Files
FreeSR/FreeSR.Proto/JDOFGIPGPBC.cs
2024-01-27 21:06:07 +08:00

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;
}
}