Commit 75669d062c3bf69063aa73a6ce5d90988442601a

Authored by zhangqijia
1 parent 59194f39

add: 幸存者相关协议

Showing 2 changed files with 20 additions and 1 deletions   Show diff stats
@@ -33,6 +33,8 @@ enum ProtoCode @@ -33,6 +33,8 @@ enum ProtoCode
33 RoleLuckySeekRpc = 125; 33 RoleLuckySeekRpc = 125;
34 RoleLuckyRewardRpc = 126; 34 RoleLuckyRewardRpc = 126;
35 RoleCostDiamondAddSpRpc = 127; 35 RoleCostDiamondAddSpRpc = 127;
  36 + RoleSurviveCarbonStartRpc = 128;
  37 + RoleSurviveCarbonEndRpc = 129;
36 38
37 HeroEquipReferRpc = 201; 39 HeroEquipReferRpc = 201;
38 HeroFragmentCovertRpc = 202; 40 HeroFragmentCovertRpc = 202;
@@ -75,6 +77,9 @@ enum ProtoCode @@ -75,6 +77,9 @@ enum ProtoCode
75 DispatchEndRpc = 803; 77 DispatchEndRpc = 803;
76 DispatchQuickRpc = 804; 78 DispatchQuickRpc = 804;
77 79
  80 + CarbonSurviveStartRpc = 901;
  81 + CarbonSurviveEndRpc = 902;
  82 +
78 83
79 DisConnectNty = 1001; 84 DisConnectNty = 1001;
80 RoleUpdatePropertyNty = 1002; 85 RoleUpdatePropertyNty = 1002;
@@ -275,4 +275,18 @@ message RoleCostDiamondAddSpRsp { @@ -275,4 +275,18 @@ message RoleCostDiamondAddSpRsp {
275 message RoleTaskOpenNty { 275 message RoleTaskOpenNty {
276 map<int32,bool> circle_task = 1; 276 map<int32,bool> circle_task = 1;
277 map<int32,bool> limit_task = 2; 277 map<int32,bool> limit_task = 2;
278 -}  
279 \ No newline at end of file 278 \ No newline at end of file
  279 +}
  280 +
  281 +
  282 +message RoleSurviveCarbonStartReq {
  283 +}
  284 +
  285 +message RoleSurviveCarbonStartRsp {
  286 +}
  287 +
  288 +message RoleSurviveCarbonEndReq {
  289 +}
  290 +
  291 +message RoleSurviveCarbonEndRsp {
  292 + map<int32,int32> reward = 1;
  293 +}