Commit 4704ebae997c3db53b2092ef8f3508666ab292ad

Authored by zhangqijia
1 parent e5353af0

fix: 开始光卡,消耗体力

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
game.proto
... ... @@ -71,6 +71,7 @@ message RoleStartBattleReq {
71 71 }
72 72  
73 73 message RoleStartBattleRsp {
  74 + int32 curSp = 1;
74 75 }
75 76  
76 77 message RoleEndBattleReq {
... ...