GC-Proto/proto/TriggerCreateGadgetToEquipP...

12 lines
265 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// CmdId: 24286
// Obf: LNGIGBFHNBG
2022-11-06 15:30:21 +03:00
message TriggerCreateGadgetToEquipPartNotify {
2024-07-08 14:40:31 +03:00
uint32 entity_id = 7;
uint32 gadget_id = 8;
uint32 gadget_entity_id = 9;
string equip_part = 11;
2022-11-06 15:30:21 +03:00
}