Commit 96cea9fe638175b101630757cfc7a4ca96764823
1 parent
b33dbc13
fix: update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
hero.proto
| @@ -109,7 +109,7 @@ message HeroUpMemorySlotReq { | @@ -109,7 +109,7 @@ message HeroUpMemorySlotReq { | ||
| 109 | string costs = 3; | 109 | string costs = 3; |
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | -message HeroUpMemorySlotRsp{ | 112 | +message HeroUpMemorySlotRsp { |
| 113 | string hero_id = 1; | 113 | string hero_id = 1; |
| 114 | map<int32,string> slot_memory = 2; | 114 | map<int32,string> slot_memory = 2; |
| 115 | } | 115 | } |
| 116 | \ No newline at end of file | 116 | \ No newline at end of file |