namespace Fie.Object { public enum FieObjectGroundState { None = -1, Grounding, Flying } }