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
9275457014bf3b61fa0358b2d1b8dbc4971176b6
Authored by
yangjiyue
2022-08-24 16:53:29 +0800
1 parent
edd6ff96
修正格式
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
9275457
...
...
@@ -122,7 +122,7 @@ message EquipmentDelReq {
122
122
}
123
123
124
124
message EquipmentDelRsp {
125
- map<string,
int32> reward = 1;
125
+ map<string,
int32> reward = 1;
126
126
}
127
127
128
128
message EquipmentAddNty {
...
...