forked from Moux23333/FreeSR
14 lines
237 B
C#
14 lines
237 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class KENNGJAMGEI
|
||
|
{
|
||
|
[ProtoMember(5)] public int Retcode;
|
||
|
[ProtoMember(2)] public KBIBEPMECDL Agodpmobkah;
|
||
|
[ProtoMember(14)] public KBIBEPMECDL Mikakpkhpee;
|
||
|
}
|
||
|
|
||
|
}
|