PIbd-23_Polevoy_S.V._SelfPr.../Direction.java

8 lines
74 B
Java

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