Public Fields
This commit is contained in:
parent
3340bb227b
commit
61ef0ddd30
@ -7,7 +7,7 @@
|
|||||||
<Authors>Glax</Authors>
|
<Authors>Glax</Authors>
|
||||||
<RepositoryUrl>https://github.com/C9Glax/CShocker</RepositoryUrl>
|
<RepositoryUrl>https://github.com/C9Glax/CShocker</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<Version>1.1.2</Version>
|
<Version>1.1.3</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -14,7 +14,7 @@ public abstract class RandomIntegerRange
|
|||||||
this._range = range;
|
this._range = range;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal int GetRandomRangeValue()
|
public int GetRandomRangeValue()
|
||||||
{
|
{
|
||||||
return Random.Shared.Next(_range.Min, _range.Max);
|
return Random.Shared.Next(_range.Min, _range.Max);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user