2022-11-14 23:42:15 +04:00

7 lines
64 B
Java

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