GC-Proto/proto/EvtCreateGadgetNotify.proto

32 lines
844 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "ForwardType.proto";
2023-02-28 06:08:38 +03:00
import "Vector.proto";
2023-02-28 06:08:38 +03:00
// Name: FEDLMKKOMIL
// CmdId: 314
2022-11-06 15:30:21 +03:00
message EvtCreateGadgetNotify {
2023-03-07 05:02:26 +03:00
bool FGMFGIKBNPJ = 7;
bool isPeerIdFromPlayer = 14;
uint64 guid = 15;
Vector InitPos = 5; // FFLCDJCOGIM
ForwardType forward_type = 3;
uint32 camp_type = 1;
uint32 entity_id = 6;
uint32 JKHNMNELMJL = 9;
uint32 owner_entity_id = 10;
bool is_async_load = 1128;
uint32 room_id = 11;
uint32 camp_id = 8;
uint32 config_id = 2;
uint32 prop_owner_entity_id = 4; //LMDHNJFCOOI
repeated uint32 target_lock_point_index_list = 582;
repeated uint32 target_entity_id_list = 1945;
uint32 target_entity_id = 12;
bool Unk3300_EJNBIGLGMII = 1628;
Vector InitEulerAngles = 13; // GPKIAACNNCF
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00