From 75669d062c3bf69063aa73a6ce5d90988442601a Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 26 Jun 2023 14:54:06 +0800 Subject: [PATCH] add: 幸存者相关协议 --- protocode.proto | 5 +++++ role.proto | 16 +++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/protocode.proto b/protocode.proto index 9f2b1b9..7d5b83a 100644 --- a/protocode.proto +++ b/protocode.proto @@ -33,6 +33,8 @@ enum ProtoCode RoleLuckySeekRpc = 125; RoleLuckyRewardRpc = 126; RoleCostDiamondAddSpRpc = 127; + RoleSurviveCarbonStartRpc = 128; + RoleSurviveCarbonEndRpc = 129; HeroEquipReferRpc = 201; HeroFragmentCovertRpc = 202; @@ -75,6 +77,9 @@ enum ProtoCode DispatchEndRpc = 803; DispatchQuickRpc = 804; + CarbonSurviveStartRpc = 901; + CarbonSurviveEndRpc = 902; + DisConnectNty = 1001; RoleUpdatePropertyNty = 1002; diff --git a/role.proto b/role.proto index f7a461d..d2e857f 100644 --- a/role.proto +++ b/role.proto @@ -275,4 +275,18 @@ message RoleCostDiamondAddSpRsp { message RoleTaskOpenNty { map circle_task = 1; map limit_task = 2; -} \ No newline at end of file +} + + +message RoleSurviveCarbonStartReq { +} + +message RoleSurviveCarbonStartRsp { +} + +message RoleSurviveCarbonEndReq { +} + +message RoleSurviveCarbonEndRsp { + map reward = 1; +} -- libgit2 0.21.2