13 lines
177 B
C#
13 lines
177 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class AIAMEGFEEIF
|
||
|
{
|
||
|
[ProtoMember(3)] public int Retcode;
|
||
|
[ProtoMember(4)] public int Pnlenikcdgi;
|
||
|
}
|
||
|
|
||
|
}
|