GC-Proto/proto/EvtCreateGadgetNotify.proto

32 lines
826 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-04-11 11:18:47 +03:00
// CmdId: 316
// Name: FJHPBLOMBHI
2022-11-06 15:30:21 +03:00
message EvtCreateGadgetNotify {
2023-04-11 11:18:47 +03:00
uint32 owner_entity_id = 9;
uint64 guid = 2;
ForwardType forward_type = 10;
Vector init_euler_angles = 3;
bool is_async_load = 1474; // DKJHPANLPGJ
bool is_peer_id_from_player = 2005;
uint32 target_lock_point_index = 12;
repeated uint32 target_lock_point_index_list = 1490;
Vector init_pos = 1;
bool DGIFLLEHOND = 6;
uint32 camp_type = 8;
uint32 camp_id = 14;
repeated uint32 target_entity_id_list = 383;
uint32 config_id = 11;
uint32 entity_id = 13;
uint32 room_id = 5;
bool IJDOMBBFNOM = 7;
uint32 target_entity_id = 15;
uint32 prop_owner_entity_id = 4;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00