GC-Proto/proto/TriggerCreateGadgetToEquipP...

12 lines
265 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 24286
// Obf: LNGIGBFHNBG
message TriggerCreateGadgetToEquipPartNotify {
uint32 entity_id = 7;
uint32 gadget_id = 8;
uint32 gadget_entity_id = 9;
string equip_part = 11;
}