sync proto v1-v3 public

This commit is contained in:
Yuuki
2023-05-23 18:12:42 +08:00
parent 8b33e28a7c
commit aaef734a2b
1325 changed files with 14366 additions and 3762 deletions

View File

@@ -21,14 +21,15 @@ option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// CmdId: 698
// Obf: BKHCHIAKGAO
message CombineRsp {
uint32 combine_id = 3;
uint64 avatar_guid = 9;
uint32 combine_count = 7;
repeated ItemParam total_random_item_list = 10;
repeated ItemParam totalExtraItemList = 10;
repeated ItemParam cost_item_list = 1;
repeated ItemParam total_return_item_list = 11;
repeated ItemParam result_item_list = 11;
int32 retcode = 13;
repeated ItemParam result_item_list = 4;
repeated ItemParam total_extra_item_list = 8;
repeated ItemParam totalRandomItemList = 4;
repeated ItemParam total_return_item_list = 8;
}