servicepoint-tanks/TanksServer/GameLogic/GameRulesConfiguration.cs
2024-04-16 21:35:57 +02:00

7 lines
130 B
C#

namespace TanksServer.GameLogic;
public class GameRulesConfiguration
{
public bool DestructibleWalls { get; set; } = true;
}