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
aee34b7f2f785b04bb03784dc8ab94fff4c1b67a
Authored by
zhanghualin
2022-05-06 18:24:42 +0800
1 parent
0267a99a
加一个空格隔开
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 @
aee34b7
...
...
@@ -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
}
...
...