implement fast bullets

This commit is contained in:
Vinzenz Schroeter 2024-04-29 16:59:37 +02:00
parent 9ccb7c8df8
commit 9164d90443
7 changed files with 30 additions and 24 deletions

View file

@ -21,4 +21,6 @@ internal sealed class GameRules
public int SpawnDelayMs { get; set; }
public int IdleTimeoutMs { get; set; }
public byte MagazineSize { get; set; } = 5;
}