GC-Proto/proto/EvtCreateGadgetNotify.proto

30 lines
822 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
import "ForwardType.proto";
message EvtCreateGadgetNotify {
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;
}