3 lines
131 B
C#
3 lines
131 B
C#
namespace RobotAndDonkey.Game.GameState;
|
|
|
|
public record MatchParameters(ERobotType RobotType, EDifficulty Difficulty, int Seed); |