Revert "shockerId"

This reverts commit 431f4f52ad.
This commit is contained in:
glax 2024-01-17 19:33:06 +01:00
parent 431f4f52ad
commit 3703d50d71
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<Authors>Glax</Authors>
<RepositoryUrl>https://github.com/C9Glax/CShocker</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.1.1</Version>
<Version>1.1</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -9,8 +9,6 @@ public abstract class Shocker
protected readonly IntensityRange IntensityRange;
protected readonly DurationRange DurationRange;
protected readonly ILogger? Logger;
private static int _shockerNumber = 0;
public int ShockerId = _shockerNumber++;
public void Control(ControlAction action, string? shockerId = null, int? intensity = null, int? duration = null)
{