1
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
{
|
||||
current++;
|
||||
}
|
||||
public void Reset()
|
||||
{
|
||||
current = max;
|
||||
}
|
||||
public bool AllowOnly => current > 0;
|
||||
public bool Allow => CanUpdate();
|
||||
public bool CanUpdate()
|
||||
|
Reference in New Issue
Block a user