12 lines
174 B
C#
12 lines
174 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class PNKCIFOCNFG
|
|
{
|
|
[ProtoMember(9)] public int StageId;
|
|
[ProtoMember(13)] public int Retcode;
|
|
}
|
|
|
|
}
|