implement reloading
This commit is contained in:
parent
9164d90443
commit
a5a3ca3013
5 changed files with 34 additions and 8 deletions
|
@ -23,4 +23,6 @@ internal sealed class GameRules
|
|||
public int IdleTimeoutMs { get; set; }
|
||||
|
||||
public byte MagazineSize { get; set; } = 5;
|
||||
|
||||
public int ReloadDelayMs { get; set; } = 3000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue