ported from perforce
This commit is contained in:
16
RobotAndDonkey.Game/ERobotType.cs
Normal file
16
RobotAndDonkey.Game/ERobotType.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace RobotAndDonkey.Game;
|
||||
|
||||
public enum EDifficulty
|
||||
{
|
||||
Easy,
|
||||
Medium,
|
||||
Hard
|
||||
}
|
||||
|
||||
public enum ERobotType
|
||||
{
|
||||
Vintage = 0,
|
||||
Courier,
|
||||
Analyst,
|
||||
Ranger,
|
||||
}
|
||||
Reference in New Issue
Block a user