fork from 1.3
This commit is contained in:
19
FreeSR.Proto/DisplayAvatarDetailInfo.cs
Normal file
19
FreeSR.Proto/DisplayAvatarDetailInfo.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class DisplayAvatarDetailInfo
|
||||
{
|
||||
[ProtoMember(8)] public int AvatarId;
|
||||
[ProtoMember(9)] public int Promotion;
|
||||
[ProtoMember(3)] public PMNHNDIHGNJ Equipment;
|
||||
[ProtoMember(14)] public List<AvatarSkillTree> SkilltreeList;
|
||||
[ProtoMember(11)] public int Pos;
|
||||
[ProtoMember(4)] public int Exp;
|
||||
[ProtoMember(15)] public List<NJOCOFLIPDP> RelicList;
|
||||
[ProtoMember(1)] public int Level;
|
||||
[ProtoMember(2)] public int Rank;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user