mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-11 11:36:07 +03:00
21 lines
473 B
Protocol Buffer
21 lines
473 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 606
|
|
// Name: GFKHDFNBKIC
|
|
message CombineRsp {
|
|
uint64 avatar_guid = 13;
|
|
uint32 combine_count = 6;
|
|
uint32 combine_id = 7;
|
|
int32 retcode = 2;
|
|
repeated ItemParam IHDOKECEDDF = 9;
|
|
repeated ItemParam cost_item_list = 3;
|
|
repeated ItemParam INKBGEBHDDN = 12;
|
|
repeated ItemParam OIJHNBLLBGE = 11;
|
|
repeated ItemParam DIBLNNKANMM = 10;
|
|
}
|
|
|