14 lines
222 B
C#
14 lines
222 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class CLNCDNPACIE
|
||
|
{
|
||
|
[ProtoMember(13)] public int Retcode;
|
||
|
[ProtoMember(12)] public int Jaihpckabae;
|
||
|
[ProtoMember(5)] public int Iomccaiabmi;
|
||
|
}
|
||
|
|
||
|
}
|