fork from 1.3
This commit is contained in:
15
FreeSR.Proto/StartCocoonStageScRsp.cs
Normal file
15
FreeSR.Proto/StartCocoonStageScRsp.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class StartCocoonStageScRsp
|
||||
{
|
||||
[ProtoMember(2)] public int Wave;
|
||||
[ProtoMember(15)] public int CocoonId;
|
||||
[ProtoMember(1)] public int Retcode;
|
||||
[ProtoMember(11)] public SceneBattleInfo BattleInfo;
|
||||
[ProtoMember(14)] public int PropEntityId;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user