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
fc80114ff58e49332bf65c56cd4cf2c0ab6e242b
Authored by
zhangqijia
2022-08-22 15:09:59 +0800
1 parent
cec3974b
fix: 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 @
fc80114
...
...
@@ -108,7 +108,7 @@ message RoleOpenBoxRsp {
108
108
map<string,int32> reward = 3;
109
109
}
110
110
111
-message RoleBuffRar
{
111
+message RoleBuffRar
{
112
112
string chapter_id = 1;
113
113
map<string,int32> buffs = 3;
114
114
}
...
...