18 lines
382 B
Protocol Buffer
18 lines
382 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "InterOpType.proto";
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 5245
|
|
// Name: PEAEKOIGBCH
|
|
message MiracleRingDeliverItemReq {
|
|
repeated uint64 food_weapon_guid_list = 2;
|
|
repeated ItemParam item_param_list = 3;
|
|
uint32 gadget_id = 7;
|
|
InterOpType op_type = 5;
|
|
uint32 gadget_entity_id = 11;
|
|
}
|
|
|