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
fbe6f3c5839dd0b59af5bb5798e1ddeae54da76d
Authored by
zhangqijia
2022-05-07 11:08:38 +0800
2 parents
69c686f0
9abc62ac
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
fbe6f3c
...
...
@@ -62,6 +62,7 @@ message RoleClearItemsReq {
62
62
int32 count = 2;
63
63
}
64
64
65
+//ResponseCmd EquipmentDelReq
65
66
message EquipmentDelReq {
66
67
string id = 1;
67
68
}
...
...