Tanoda
MovementDirection.cs
Go to the documentation of this file.
1
3
5{
6 public enum MovementDirection
7 {
8 Left,
9 Right,
10 Up,
11 Down,
12 }
13}
Credit Erdener Gonenc - @PixelEnvision.