From 4704ebae997c3db53b2092ef8f3508666ab292ad Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Wed, 31 Aug 2022 12:02:37 +0800 Subject: [PATCH] fix: 开始光卡,消耗体力 --- game.proto | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/game.proto b/game.proto index 8ed35be..4750312 100644 --- a/game.proto +++ b/game.proto @@ -71,6 +71,7 @@ message RoleStartBattleReq { } message RoleStartBattleRsp { + int32 curSp = 1; } message RoleEndBattleReq { -- libgit2 0.21.2