using System; namespace XMainClient { public enum GuildArenaDuelCombatStatu { Used, Current, Next } }