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

7 lines
64 B
Java

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