From 81daadd652a18084c998f713097e3d9da5e6f9c9 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Wed, 31 Aug 2022 15:59:08 +0800 Subject: [PATCH] fix: update --- game.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.proto b/game.proto index 4750312..6d694af 100644 --- a/game.proto +++ b/game.proto @@ -71,7 +71,7 @@ message RoleStartBattleReq { } message RoleStartBattleRsp { - int32 curSp = 1; + int32 cur_sp = 1; } message RoleEndBattleReq { -- libgit2 0.21.2