7 lines
64 B
Java
Raw Normal View History

2022-11-22 08:45:54 +04:00
public enum Direction {
Up,
Down,
Left,
Right
}