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