3 lines
156 B
C#
3 lines
156 B
C#
namespace RobotAndDonkey.Game.GameState;
|
|
|
|
public record struct Currency(int Energy, int MaxCarry, int Carry, int Delivery, int TapeLength, int HandSize); |