7 lines
64 B
Java
Raw Normal View History

2022-11-14 23:42:15 +04:00
public enum Direction {
Up,
Down,
Left,
Right
}