Commit b5bc86e9d8a918200be1f5e87bd690ae46d21817

Authored by zhangqijia
1 parent 2116a162

fix: update 素材副本

Showing 2 changed files with 0 additions and 17 deletions   Show diff stats
@@ -35,8 +35,6 @@ enum ProtoCode @@ -35,8 +35,6 @@ enum ProtoCode
35 RoleCostDiamondAddSpRpc = 127; 35 RoleCostDiamondAddSpRpc = 127;
36 RoleActivityCarbonStartRpc = 128; 36 RoleActivityCarbonStartRpc = 128;
37 RoleActivityCarbonEndRpc = 129; 37 RoleActivityCarbonEndRpc = 129;
38 - RoleMaterialCopyStartRpc = 130;  
39 - RoleMaterialCopyEndRpc = 131;  
40 38
41 HeroEquipReferRpc = 201; 39 HeroEquipReferRpc = 201;
42 HeroFragmentCovertRpc = 202; 40 HeroFragmentCovertRpc = 202;
@@ -297,18 +297,3 @@ message RoleActivityCarbonEndReq { @@ -297,18 +297,3 @@ message RoleActivityCarbonEndReq {
297 message RoleActivityCarbonEndRsp { 297 message RoleActivityCarbonEndRsp {
298 map<int32,int32> reward = 1; 298 map<int32,int32> reward = 1;
299 } 299 }
300 -  
301 -message RoleMaterialCopyStartReq {  
302 -}  
303 -  
304 -message RoleMaterialCopyStartRsp {  
305 - int32 copies_num = 1;  
306 -}  
307 -  
308 -message RoleMaterialCopyEndReq {  
309 - bool pass = 1;  
310 -}  
311 -  
312 -message RoleMaterialCopyEndRsp {  
313 - map<int32, int32> reward = 1;  
314 -}