Commit ee71c3326f47b86372ebdba29abfc06d8d0e7fcc
1 parent
375f6f96
fix: update
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
protocode.proto
role.proto
| ... | ... | @@ -244,10 +244,10 @@ message ReconnectRsp { |
| 244 | 244 | map<string,models.Dispatch> dispatch = 12; |
| 245 | 245 | } |
| 246 | 246 | |
| 247 | -message RoleLuckyStarReq { | |
| 247 | +message RoleLuckyStartReq { | |
| 248 | 248 | } |
| 249 | 249 | |
| 250 | -message RoleLuckyStarRsp { | |
| 250 | +message RoleLuckyStartRsp { | |
| 251 | 251 | map<int32,int32> reward = 1; |
| 252 | 252 | } |
| 253 | 253 | ... | ... |