ported from perforce
This commit is contained in:
11
RobotAndDonkey.Game/EDirection.cs
Normal file
11
RobotAndDonkey.Game/EDirection.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace RobotAndDonkey.Game;
|
||||
|
||||
public enum EDirection
|
||||
{
|
||||
Right = 0,
|
||||
TopRight = 1,
|
||||
TopLeft = 2,
|
||||
Left = 3,
|
||||
BottomLeft = 4,
|
||||
BottomRight = 5
|
||||
}
|
||||
Reference in New Issue
Block a user