using System; namespace XMainClient { internal enum GoldGroupType { GGT_NONE, GGT_DIAMOND, GGT_TICKET } }