mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
21 lines
561 B
Protocol Buffer
21 lines
561 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// Name: BKPBJLHMEIG
|
|
// CmdId: 637
|
|
message CombineRsp {
|
|
repeated ItemParam result_item_list = 9; //NOBMIMNDGLA
|
|
repeated ItemParam totalRandomItemList = 13; // AKCCLGFBJMD
|
|
uint64 avatar_guid = 10;
|
|
repeated ItemParam total_return_item_list = 6; //LOCKHJBEGDL
|
|
repeated ItemParam totalExtraItemList = 14; // INKENHANDMB
|
|
repeated ItemParam cost_item_list = 5;
|
|
uint32 combine_count = 1;
|
|
int32 retcode = 7;
|
|
uint32 combine_id = 2;
|
|
}
|
|
|