18 lines
347 B
Protocol Buffer
18 lines
347 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "InteractType.proto";
|
|
import "InterOpType.proto";
|
|
|
|
// Name: OHCKMKAKEHO
|
|
// CmdId: 875
|
|
message GadgetInteractRsp {
|
|
int32 retcode = 14;
|
|
uint32 gadget_id = 13;
|
|
InterOpType op_type = 10;
|
|
uint32 gadget_entity_id = 15;
|
|
InteractType interact_type = 6;
|
|
}
|
|
|