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
ccf4f16431fd4a5979685ab3b1cafb6725d7c919
Authored by
zhangqijia
2022-10-26 15:38:48 +0800
1 parent
fcc36b48
fix: 宝石合成协 修改返回值
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
ccf4f16
...
...
@@ -249,7 +249,5 @@ message ItemGemCompoundReq {
249
249
}
250
250
251
251
message ItemGemCompoundRsp {
252
- int32 gem_id = 1;
253
- int32 gem_count =2;
254
252
string reward = 3;
255
253
}
256
254
\ No newline at end of file
...
...