Commit fcc36b48d6b6193f70240a001cc7c58c3f04fab6
1 parent
5cb5b0a3
feat: 宝石合成
Showing
2 changed files
with
12 additions
and
0 deletions
Show diff stats
game.proto
... | ... | @@ -242,3 +242,14 @@ message StoreUpdatePropertyNty { |
242 | 242 | repeated string keys = 1; // 键 名字 |
243 | 243 | models.Store store = 2; |
244 | 244 | } |
245 | + | |
246 | +message ItemGemCompoundReq { | |
247 | + int32 gem_id = 1; | |
248 | + int32 gem_count = 2; | |
249 | +} | |
250 | + | |
251 | +message ItemGemCompoundRsp { | |
252 | + int32 gem_id = 1; | |
253 | + int32 gem_count =2; | |
254 | + string reward = 3; | |
255 | +} | |
245 | 256 | \ No newline at end of file | ... | ... |