Pibd-23_Zhelovanov_D.Y._Bat.../Direction.java

7 lines
64 B
Java

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