namespace DFEngine.Content.GameObjects { public enum GameObjectState { NONBATTLE = 1, BATTLE = 2, HOUSE = 4, VENDOR = 5, MOUNT = 6, } }