14 lines
No EOL
210 B
C#
14 lines
No EOL
210 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
using ProtoBuf;
|
|
|
|
namespace WingsEmu.DTOs.Skills;
|
|
|
|
[ProtoContract]
|
|
public class CharacterSkillDTO
|
|
{
|
|
[ProtoMember(1)]
|
|
public int SkillVNum { get; set; }
|
|
} |