From 3109568b3a38a3ec463e35b8b7fe32262749c1cb Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 13 Sep 2022 17:00:33 +0800 Subject: [PATCH] fix: update protos --- game.proto | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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