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
3ef17154cc45b103323ea8ed892cb73027dc0081
Authored by
zhangqijia
2022-08-22 15:16:40 +0800
1 parent
fc80114f
update
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 @
3ef1715
...
...
@@ -110,7 +110,7 @@ message RoleOpenBoxRsp {
110
110
111
111
message RoleBuffRar {
112
112
string chapter_id = 1;
113
- map<
string
,int32> buffs = 3;
113
+ map<
int32
,int32> buffs = 3;
114
114
}
115
115
116
116
message EquipmentDelRar {
...
...