servicepoint-tanks/TanksServer/GameLogic/GameRulesConfiguration.cs

7 lines
130 B
C#
Raw Normal View History

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