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
2daf402a8abb38d1c5a5f5ca9ad5f5e19aef84db
Authored by
zhangqijia
2022-05-20 17:20:45 +0800
1 parent
e9878264
fix: 批量删除物品
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
2daf402
...
...
@@ -61,8 +61,7 @@ message RoleUpdateItemsRsp {
61
61
62
62
//ResponseCmd RoleClearItemsReq
63
63
message RoleClearItemsReq {
64
- string id = 1;
65
- int32 count = 2;
64
+ repeated string items = 1;
66
65
}
67
66
68
67
message RoleStartBattleReq {
...
...