using System; namespace XMainClient.UI { internal enum DramaPage { DP_DIALOG, DP_REWARD, DP_FUNC, DP_ACCEPT, DP_OPERATE, DP_FAVOR, DP_MAX } }