parent
431f4f52ad
commit
3703d50d71
@ -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>
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user