using System; namespace XMainClient { public enum XChapterDifficult { NORMAL, ELITE } }