fork from 1.3
This commit is contained in:
15
FreeSR.Proto/ExchangeStaminaScRsp.cs
Normal file
15
FreeSR.Proto/ExchangeStaminaScRsp.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class ExchangeStaminaScRsp
|
||||
{
|
||||
[ProtoMember(14)] public int LastRecoverTime;
|
||||
[ProtoMember(8)] public List<ItemCost> ItemCostList;
|
||||
[ProtoMember(4)] public int Retcode;
|
||||
[ProtoMember(2)] public int ExchangeTimes;
|
||||
[ProtoMember(9)] public int StaminaAdd;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user