namespace Civilization.Core.Interfaces; public interface IGridSize { public int Width { get; } public int Height { get; } }