Files
zfxaction25/RobotAndDonkey.Game/GameState/Currency.cs
2026-04-19 00:43:27 +02:00

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);