forked from Moux23333/FreeSR
17 lines
354 B
C#
17 lines
354 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class DDFMDAFLNNP
|
||
|
{
|
||
|
[ProtoMember(2)] public List<int> AvatarIdList;
|
||
|
[ProtoMember(11)] public int Omoglagjpck;
|
||
|
[ProtoMember(15)] public int Id;
|
||
|
[ProtoMember(8)] public int Afnaecjoojk;
|
||
|
[ProtoMember(5)] public int Pclnjffnpfi;
|
||
|
[ProtoMember(12)] public int Hfhmbddohbg;
|
||
|
}
|
||
|
|
||
|
}
|