forked from Moux23333/FreeSR
13 lines
218 B
C#
13 lines
218 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class FIKEKGPBGPF
|
|
{
|
|
[ProtoMember(13)] public int Mdnncfmpdpl;
|
|
[ProtoMember(1)] public int Num;
|
|
[ProtoMember(10)] public int Okkmmnijjlb;
|
|
}
|
|
|
|
}
|