GC-Proto/proto/GadgetInteractRsp.proto

17 lines
375 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 28160
import "InterOpType.proto";
import "InteractType.proto";
message GadgetInteractRsp {
InterOpType op_type = 1;
int32 retcode = 5;
uint32 gadget_entity_id = 6;
InteractType interact_type = 8;
uint32 gadget_id = 9;
uint32 CHDDOFMLBLM = 11;
}