7 lines
64 B
Java
Raw Permalink Normal View History

2022-10-24 21:01:54 +03:00
public enum Direction {
Up,
Down,
Left,
Right
}