Pibd-23_Zhelovanov_D.Y._Bat.../Direction.java
2022-12-20 20:50:09 +03:00

8 lines
74 B
Java

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