// WingsEmu // // Developed by NosWings Team namespace WingsEmu.DTOs.Shops; public class ShopSkillDTO { public short SkillVNum { get; set; } public short Slot { get; set; } public byte Type { get; set; } }