mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
12 lines
265 B
Protocol Buffer
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;
|
|
}
|