Commit b5bc86e9d8a918200be1f5e87bd690ae46d21817
1 parent
2116a162
fix: update 素材副本
Showing
2 changed files
with
0 additions
and
17 deletions
Show diff stats
protocode.proto
| ... | ... | @@ -35,8 +35,6 @@ enum ProtoCode |
| 35 | 35 | RoleCostDiamondAddSpRpc = 127; |
| 36 | 36 | RoleActivityCarbonStartRpc = 128; |
| 37 | 37 | RoleActivityCarbonEndRpc = 129; |
| 38 | - RoleMaterialCopyStartRpc = 130; | |
| 39 | - RoleMaterialCopyEndRpc = 131; | |
| 40 | 38 | |
| 41 | 39 | HeroEquipReferRpc = 201; |
| 42 | 40 | HeroFragmentCovertRpc = 202; | ... | ... |
role.proto
| ... | ... | @@ -297,18 +297,3 @@ message RoleActivityCarbonEndReq { |
| 297 | 297 | message RoleActivityCarbonEndRsp { |
| 298 | 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 | -} | ... | ... |