GC-Proto/proto/GadgetInteractRsp.proto

17 lines
375 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-08-28 12:09:22 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 12:09:22 +03:00
// Version: 5.0
// CmdId: 28160
2024-05-26 13:51:42 +03:00
import "InterOpType.proto";
2024-08-28 12:09:22 +03:00
import "InteractType.proto";
2024-04-22 15:15:37 +03:00
2024-08-28 12:09:22 +03:00
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;
}