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

5 lines
150 B
C#

using System.Collections.Immutable;
namespace RobotAndDonkey.Game.GameState;
public record MetaGame(ImmutableHashSet<ERobotType> UnlockedRobots);