using System; namespace XMainClient { internal enum EquipCompare { EC_NONE, EC_MORE_POWERFUL, EC_CAN_SMELT, EC_CAN_EQUIP = 4 } }