PIbd-22_Kalyshev_Y_V_MotorB.../Direction.java
2022-09-27 15:15:15 +04:00

6 lines
67 B
Java

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