ported from perforce
This commit is contained in:
3
RobotAndDonkey.Game/GameState/Currency.cs
Normal file
3
RobotAndDonkey.Game/GameState/Currency.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace RobotAndDonkey.Game.GameState;
|
||||
|
||||
public record struct Currency(int Energy, int MaxCarry, int Carry, int Delivery, int TapeLength, int HandSize);
|
||||
Reference in New Issue
Block a user