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