13 lines
242 B
C#
13 lines
242 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class MGNGIAAKPIB
|
|
{
|
|
[ProtoMember(4)] public List<int> Clfodagppmj;
|
|
[ProtoMember(1)] public List<int> BaseAvatarIdList;
|
|
[ProtoMember(3)] public int PropEntityId;
|
|
}
|
|
|
|
}
|