// WingsEmu // // Developed by NosWings Team namespace WingsEmu.DTOs.Recipes; public class RecipeItemDTO { public short Amount { get; set; } public short Slot { get; set; } public short ItemVNum { get; set; } }