7 lines
68 B
C#
7 lines
68 B
C#
public enum DirectionType
|
|
{
|
|
Forward,
|
|
Left,
|
|
Right,
|
|
Backward
|
|
} |