14 lines
No EOL
225 B
C#
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; }
|
|
} |