2024-03-14 20:03:10 +04:00

8 lines
98 B
Java

package MovementStrategy;
public enum StrategyStatus {
NotInit,
InProgress,
Finish
}