forked from Moux23333/FreeSR
13 lines
223 B
C#
13 lines
223 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class GGAGDOPHINJ
|
|
{
|
|
[ProtoMember(12)] public int Retcode;
|
|
[ProtoMember(11)] public int Mfmadpcfpen;
|
|
[ProtoMember(8)] public bool Mfgjlmcifbm;
|
|
}
|
|
|
|
}
|