using System; namespace XMainClient { internal enum EquipPosition { EQUIP_START, Headgear = 0, Upperbody, Lowerbody, Gloves, Boots, Mainweapon, Secondaryweapon, Necklace, Earrings, Rings, EQUIP_END } }