namespace WingsEmu.Game.Configurations.Miniland; public class MinigameReward { public int Vnum { get; set; } public int Amount { get; set; } }