6 lines
113 B
C#
6 lines
113 B
C#
namespace TanksServer.GameLogic;
|
|
|
|
public class PlayersConfiguration
|
|
{
|
|
public int SpawnDelayMs { get; set; }
|
|
} |