last sync proto hiro part 3 (maybe)

This commit is contained in:
Yuuki
2023-05-22 17:54:27 +08:00
parent 9b236063a2
commit 221b889852
13 changed files with 28 additions and 28 deletions

View File

@@ -11,10 +11,10 @@ message CombineRsp {
uint32 combine_count = 6;
uint32 combine_id = 7;
int32 retcode = 2;
repeated ItemParam result_item_list = 9; // IHDOKECEDDF
repeated ItemParam total_return_item_list = 9; // IHDOKECEDDF
repeated ItemParam cost_item_list = 3;
repeated ItemParam totalExtraItemList = 12; // INKBGEBHDDN
repeated ItemParam totalRandomItemList = 11; // OIJHNBLLBGE
repeated ItemParam total_return_item_list = 10; // DIBLNNKANMM
repeated ItemParam total_random_item_list = 12;
repeated ItemParam total_extra_item_list = 11;
repeated ItemParam result_item_list = 10; // DIBLNNKANMM
}