7 lines
68 B
Java
Raw Permalink Normal View History

2023-12-01 20:37:58 +04:00
public enum DirectionType {
Up,
Down,
Left,
Right
}