GC-Proto/proto/GadgetInteractReq.proto

19 lines
392 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "InterOpType.proto";
import "ResinCostType.proto";
// CmdId: 890
// Name: CEEALLJALGP
message GadgetInteractReq {
ResinCostType resin_cost_type = 5;
bool is_use_condense_resin = 8;
InterOpType op_type = 9;
uint32 ui_interact_id = 12;
uint32 gadget_id = 7;
uint32 gadget_entity_id = 1;
}