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
4ca4a8f84eacdb0111f70f3902f0c563de9aabf7
Authored by
zhangqijia
2022-09-07 18:53:46 +0800
1 parent
838d5723
fix: update RoleCost
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 @
4ca4a8f
...
...
@@ -121,7 +121,7 @@ message RoleResetBuffRar {
121
121
}
122
122
123
123
message RoleCostReq {
124
-
string
costs = 1;
124
+
map<int32,int32>
costs = 1;
125
125
}
126
126
127
127
message RoleCostRsp {
...
...