servicepoint-tanks/TanksServer/GameLogic/PlayersConfiguration.cs
2024-04-11 20:48:21 +02:00

6 lines
113 B
C#

namespace TanksServer.GameLogic;
public class PlayersConfiguration
{
public int SpawnDelayMs { get; set; }
}