diff --git a/game.proto b/game.proto index cdb60b7..e10e3c0 100644 --- a/game.proto +++ b/game.proto @@ -118,6 +118,8 @@ message RoleBuffRar { message RoleResetChapterRar { string chapter_id = 1; + int32 cost_id = 2; + int32 cost_count = 3; } message RoleCostReq { -- libgit2 0.21.2