forked from Moux23333/FreeSR
13 lines
171 B
C#
13 lines
171 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class MPHELNILDHB
|
||
|
{
|
||
|
[ProtoMember(8)] public int Retcode;
|
||
|
[ProtoMember(4)] public int Index;
|
||
|
}
|
||
|
|
||
|
}
|