18 lines
426 B
Protocol Buffer
18 lines
426 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 26009
|
|
|
|
import "InterOpType.proto";
|
|
import "ResinCostType.proto";
|
|
|
|
message GadgetInteractReq {
|
|
uint32 ui_interact_id = 5;
|
|
InterOpType op_type = 4;
|
|
bool is_use_condense_resin = 15;
|
|
uint32 gadget_id = 3;
|
|
ResinCostType resin_cost_type = 11;
|
|
uint32 CHDDOFMLBLM = 9;
|
|
uint32 gadget_entity_id = 12;
|
|
}
|