namespace AirBomber.MovementStrategy { public enum Status { NotInit = 1, InProgress, Finish, } }