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
c57c0ea69a0e0979e1a58af7a83d7aec4a107d8a
Authored by
yangjiyue
2022-06-08 15:37:33 +0800
1 parent
cfb6f56c
修改
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 @
c57c0ea
...
...
@@ -102,6 +102,7 @@ message EquipmentAddRsp {
102
102
models.Equipment equip = 1;
103
103
}
104
104
105
+//ResponseCmd HeroUpLevelReq
105
106
message HeroUpLevelReq {
106
107
string heroId = 1;
107
108
string items = 2; // [itemId1=count1, itemId2=count2]
...
...