namespace ProjectLainer.MovementStrategy { public enum Status { NotInit, InProgress, Finish } }