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
7c7fe88dd150d82989143265a1e1b48fb92fe7db
Authored by
zhangqijia
2022-05-06 18:30:38 +0800
2 parents
63c6a272
aee34b7f
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
7c7fe88
...
...
@@ -56,7 +56,8 @@ message RoleUpdateItemsRsp {
56
56
string items = 1;
57
57
}
58
58
59
-message RoleClearItemsReq{
59
+//ResponseCmd RoleClearItemsReq
60
+message RoleClearItemsReq {
60
61
string id = 1;
61
62
int32 count = 2;
62
63
}
...
...