ported from perforce
This commit is contained in:
5
RobotAndDonkey.Game/GameState/MetaGame.cs
Normal file
5
RobotAndDonkey.Game/GameState/MetaGame.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using System.Collections.Immutable;
|
||||
|
||||
namespace RobotAndDonkey.Game.GameState;
|
||||
|
||||
public record MetaGame(ImmutableHashSet<ERobotType> UnlockedRobots);
|
||||
Reference in New Issue
Block a user