forked from Moux23333/FreeSR
15 lines
267 B
C#
15 lines
267 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class ALPNBPCDAMO
|
||
|
{
|
||
|
[ProtoMember(12)] public int Hfhmbddohbg;
|
||
|
[ProtoMember(15)] public int Oejinkiehoo;
|
||
|
[ProtoMember(3)] public List<int> AvatarIdList;
|
||
|
[ProtoMember(9)] public int Id;
|
||
|
}
|
||
|
|
||
|
}
|