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

7 lines
64 B
Java
Raw Normal View History

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