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