namespace DragonFiesta { public enum DailyQuestType { DQT_NONE = 0, DQT_DAY = 1, DQT_WEEK = 2, DQT_MONTH = 3, DQT_YEAR = 4, DQT_MAX = 5, } }