mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 18:40:12 +03:00
sync proto v1-v3 public
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user