syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "InterOpType.proto"; import "ResinCostType.proto"; // Name: KJHPMOAELOJ // CmdId: 867 message GadgetInteractReq { InterOpType op_type = 8; ResinCostType resin_cost_type = 4; bool is_use_condense_resin = 9; uint32 gadget_id = 3; uint32 ui_interact_id = 11; uint32 gadget_entity_id = 2; }