Commit 26be9ba85f6cb4b8807bb0e677c43d7b2e339653

Authored by zhangqijia
1 parent 785fb34a

fix: endbattle 协议 返回当前体力

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
role.proto
... ... @@ -87,6 +87,7 @@ message RoleEndBattleRsp {
87 87 int32 chapter_id = 7;
88 88 int32 carbon_id = 8;
89 89 string drop_reward = 9;
  90 + int32 sp = 10;
90 91 }
91 92  
92 93 message RoleGuideRar {
... ...