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";
|
2023-02-28 06:08:38 +03:00
|
|
|
import "Vector.proto";
|
2023-08-17 14:18:58 +03:00
|
|
|
import "ForwardType.proto";
|
2024-04-22 15:15:37 +03:00
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
message EvtCreateGadgetNotify {
|
2024-04-22 15:15:37 +03:00
|
|
|
Vector init_pos = 7;
|
|
|
|
repeated uint32 target_entity_id_list = 1826;
|
|
|
|
Vector init_euler_angles = 12;
|
|
|
|
repeated uint32 target_lock_point_index_list = 397;
|
|
|
|
uint32 born_slot_index = 1196;
|
|
|
|
uint32 target_entity_id = 13;
|
|
|
|
uint32 config_id = 9;
|
|
|
|
uint32 owner_entity_id = 6;
|
|
|
|
uint32 camp_type = 1;
|
|
|
|
uint32 entity_id = 2;
|
|
|
|
uint32 init_pose_id = 1245;
|
|
|
|
int32 local_id = 1365;
|
|
|
|
uint32 target_lock_point_index = 3;
|
|
|
|
uint32 room_id = 5;
|
|
|
|
ForwardType forward_type = 11;
|
|
|
|
uint32 prop_owner_entity_id = 10;
|
|
|
|
uint64 guid = 14;
|
|
|
|
bool CEONINFOHLJ = 15;
|
|
|
|
bool is_peer_id_from_player = 1814;
|
|
|
|
bool is_async_load = 261;
|
|
|
|
bool ECCCOOBCNJL = 8;
|
|
|
|
uint32 camp_id = 4;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|