namespace DFEngine.Content.Other { public enum MoveState : byte { MM_HALT, MM_WALK, MM_RUN, MM_REINFORCEMOVE, } }