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