namespace DragonFiesta { public enum RewardUse { QRU_UNUSE = 0, QRU_PERIMARY = 1, QRU_SELECTABLE = 2, } }