namespace WingsEmu.DTOs.Quests; public class CharacterQuestGeneratedReward { public int ItemVnum { get; set; } public int Amount { get; set; } }