fork from 1.3
This commit is contained in:
14
FreeSR.Proto/UnlockSkilltreeScRsp.cs
Normal file
14
FreeSR.Proto/UnlockSkilltreeScRsp.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class UnlockSkilltreeScRsp
|
||||
{
|
||||
[ProtoMember(15)] public int Retcode;
|
||||
[ProtoMember(8)] public int Level;
|
||||
[ProtoMember(10)] public int BaseAvatarId;
|
||||
[ProtoMember(2)] public int PointId;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user