Commit 0c11db8d0c3558e45791c958faf7155beca66c19
1 parent
3fe60b46
fix: del up star
Showing
2 changed files
with
0 additions
and
10 deletions
Show diff stats
hero.proto
| ... | ... | @@ -57,12 +57,3 @@ message HeroSkillUpLevelRsp { |
| 57 | 57 | int32 skill_level = 3; |
| 58 | 58 | int32 rein_point = 4; |
| 59 | 59 | } |
| 60 | - | |
| 61 | -message HeroUpStarReq { | |
| 62 | - string heroId = 1; | |
| 63 | - string items = 2; // [itemId1=count1, itemId2=count2] | |
| 64 | -} | |
| 65 | - | |
| 66 | -message HeroUpStarRsp { | |
| 67 | - models.Hero hero = 1; | |
| 68 | -} | ... | ... |