14 lines
260 B
C#
14 lines
260 B
C#
|
namespace FreeSR.Proto
|
||
|
{
|
||
|
using ProtoBuf;
|
||
|
|
||
|
[ProtoContract]
|
||
|
public class GetSpringRecoverDataScRsp
|
||
|
{
|
||
|
[ProtoMember(12)] public SpringRecoverConfig Mgjgdgnaogm;
|
||
|
[ProtoMember(8)] public int Retcode;
|
||
|
[ProtoMember(5)] public HealPoolInfo Ngdnnfiinnd;
|
||
|
}
|
||
|
|
||
|
}
|