Commit 81daadd652a18084c998f713097e3d9da5e6f9c9

Authored by zhangqijia
1 parent 4704ebae

fix: update

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