ported from perforce
This commit is contained in:
11
RobotAndDonkey.Game/Board/ECellType.cs
Normal file
11
RobotAndDonkey.Game/Board/ECellType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace RobotAndDonkey.Game.Board;
|
||||
|
||||
public enum ECellType
|
||||
{
|
||||
Grass,
|
||||
Dry,
|
||||
Fertile,
|
||||
Mud,
|
||||
Blocked,
|
||||
Rocky
|
||||
}
|
||||
Reference in New Issue
Block a user