forked from Moux23333/FreeSR
14 lines
240 B
C#
14 lines
240 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class AKOIPELLBGE
|
||
|
{
|
||
|
[ProtoMember(3)] public List<MGLHNEGFGGF> Lahdjmonfoo;
|
||
|
[ProtoMember(9)] public List<int> Obgebjpchpk;
|
||
|
[ProtoMember(1)] public int Retcode;
|
||
|
}
|
||
|
|
||
|
}
|