PIbd-14_Antonova_A.A.__Hard/MovementStrategy/MovementDirection.java

9 lines
99 B
Java
Raw Permalink Normal View History

2024-06-10 13:56:47 +04:00
package MovementStrategy;
public enum MovementDirection {
Up,
Down,
Left,
Right
}