12 lines
176 B
C#
12 lines
176 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class ExchangeHcoinScRsp
|
|
{
|
|
[ProtoMember(7)] public int Retcode;
|
|
[ProtoMember(2)] public int Num;
|
|
}
|
|
|
|
}
|