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
3109568b3a38a3ec463e35b8b7fe32262749c1cb
Authored by
zhangqijia
2022-09-13 17:00:33 +0800
1 parent
14a7d910
fix: update protos
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
3109568
...
...
@@ -118,6 +118,8 @@ message RoleBuffRar {
118
118
119
119
message RoleResetChapterRar {
120
120
string chapter_id = 1;
121
+ int32 cost_id = 2;
122
+ int32 cost_count = 3;
121
123
}
122
124
123
125
message RoleCostReq {
...
...