fork from 1.3
This commit is contained in:
18
FreeSR.Proto/Equipment.cs
Normal file
18
FreeSR.Proto/Equipment.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class Equipment
|
||||
{
|
||||
[ProtoMember(9)] public int Level;
|
||||
[ProtoMember(5)] public int BaseAvatarId;
|
||||
[ProtoMember(4)] public int UniqueId;
|
||||
[ProtoMember(6)] public int Tid;
|
||||
[ProtoMember(2)] public int Promotion;
|
||||
[ProtoMember(7)] public int Exp;
|
||||
[ProtoMember(12)] public bool IsProtected;
|
||||
[ProtoMember(11)] public int Rank;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user