servicepoint-tanks/TanksServer/GameLogic/PlayersConfiguration.cs

6 lines
113 B
C#
Raw Normal View History

2024-04-11 20:48:21 +02:00
namespace TanksServer.GameLogic;
public class PlayersConfiguration
{
public int SpawnDelayMs { get; set; }
}