using System; namespace XMainClient { public enum MallType { WEEK = 1, COST, LONGYU, FASHION, RIDE, GIFT, VIP, EQUIP, NONE } }