7 lines
64 B
Java
Raw Normal View History

2023-09-13 18:06:45 +04:00
public enum Direction {
Up,
Down,
Left,
Right
}