namespace Chessistics.Engine.Model;
public record ProductionDef(Coords Position, string Name, CargoType Cargo, int Amount = 1);