GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
26be9ba85f6cb4b8807bb0e677c43d7b2e339653
Authored by
zhangqijia
2023-01-30 10:59:42 +0800
1 parent
785fb34a
fix: endbattle 协议 返回当前体力
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
26be9ba
...
...
@@ -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 {
...
...