ValidIntensityRange and ValidDurationRange internal readonly
This commit is contained in:
parent
4e79f40e80
commit
cbca4fd7de
@ -7,7 +7,7 @@
|
||||
<Authors>Glax</Authors>
|
||||
<RepositoryUrl>https://github.com/C9Glax/CShocker</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<Version>2.3.0</Version>
|
||||
<Version>2.3.1</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -15,7 +15,7 @@ public abstract class Api : IDisposable
|
||||
// ReSharper disable once PrivateFieldCanBeConvertedToLocalVariable
|
||||
private readonly Thread _workQueueThread;
|
||||
private const short CommandDelay = 50;
|
||||
public IntegerRange ValidIntensityRange, ValidDurationRange;
|
||||
internal readonly IntegerRange ValidIntensityRange, ValidDurationRange;
|
||||
|
||||
internal void Control(ControlAction action, int intensity, int duration, params Shocker[] shockers)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user