Chessistics/chessistics-engine/Model/ProductionDef.cs

4 lines
129 B
C#
Raw Normal View History

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