forked from Moux23333/FreeSR
15 lines
262 B
C#
15 lines
262 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class JDOFGIPGPBC
|
||
|
{
|
||
|
[ProtoMember(1)] public int Cmokfjdemkc;
|
||
|
[ProtoMember(15)] public int EntryId;
|
||
|
[ProtoMember(14)] public int GroupId;
|
||
|
[ProtoMember(12)] public int Agdhkcmlkec;
|
||
|
}
|
||
|
|
||
|
}
|