PIbd-23_Minhasapov_R.H._Exc.../Direction.java

8 lines
74 B
Java

public enum Direction {
Up,
Down,
Left,
Right,
None
}