Commit 12fe1ceee6ae25f9dbc7ee25a090be6ce97b6cc5
1 parent
bf693035
fix: update
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
game.proto
| ... | ... | @@ -80,6 +80,10 @@ message RoleEndBattleReq { |
| 80 | 80 | string team_id = 4; |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | +message RoleGuideRar { | |
| 84 | + int32 guide_steps = 1; | |
| 85 | +} | |
| 86 | + | |
| 83 | 87 | message RoleEndBattleRsp { |
| 84 | 88 | int32 role_level = 1; |
| 85 | 89 | int32 role_exp = 2; |
| ... | ... | @@ -157,7 +161,3 @@ message StoreUpdatePropertyNty { |
| 157 | 161 | repeated string keys = 1; // 键 名字 |
| 158 | 162 | models.Store store = 2; |
| 159 | 163 | } |
| 160 | - | |
| 161 | -message GuideRar { | |
| 162 | - int32 guide_steps = 1; | |
| 163 | -} | |
| 164 | 164 | \ No newline at end of file | ... | ... |