Commit 3109568b3a38a3ec463e35b8b7fe32262749c1cb
1 parent
14a7d910
fix: update protos
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
game.proto
@@ -118,6 +118,8 @@ message RoleBuffRar { | @@ -118,6 +118,8 @@ message RoleBuffRar { | ||
118 | 118 | ||
119 | message RoleResetChapterRar { | 119 | message RoleResetChapterRar { |
120 | string chapter_id = 1; | 120 | string chapter_id = 1; |
121 | + int32 cost_id = 2; | ||
122 | + int32 cost_count = 3; | ||
121 | } | 123 | } |
122 | 124 | ||
123 | message RoleCostReq { | 125 | message RoleCostReq { |