server-master/srcs/WingsAPI.Data/Shops/ShopSkillDTO.cs
2026-02-10 18:21:30 +01:00

14 lines
No EOL
225 B
C#

// 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; }
}