GC-Proto/proto/EvtCreateGadgetNotify.proto

35 lines
906 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-05-29 15:56:24 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-05-29 15:56:24 +03:00
2023-02-28 06:08:38 +03:00
import "Vector.proto";
2023-08-17 14:18:58 +03:00
import "ForwardType.proto";
2024-05-29 15:56:24 +03:00
import "AbilityString.proto";
2024-04-22 15:15:37 +03:00
2024-07-04 14:27:43 +03:00
// CmdId: 25223
// Version: 4.7.0
2022-11-06 15:30:21 +03:00
message EvtCreateGadgetNotify {
2024-07-04 14:27:43 +03:00
Vector init_euler_angles = 1;
bool is_async_load = 2; // JAENJMGNGNC sus
uint32 config_id = 3;
uint32 camp_type = 4;
uint32 target_entity_id = 5;
uint32 FGPFOMCEKME = 6;
uint32 entity_id = 7;
Vector init_pos = 8;
bool LAJKLOJMPNG = 9;
2024-06-02 06:52:03 +03:00
uint32 camp_id = 10;
2024-07-04 14:27:43 +03:00
uint64 guid = 11;
uint32 prop_owner_entity_id = 12;
uint32 room_id = 13;
ForwardType forward_type = 14;
uint32 owner_entity_id = 15;
AbilityString ability_name = 240;
uint32 init_pose_id = 378;
bool MMHLCBHJLAJ = 680;
uint32 born_slot_index = 930;
repeated uint32 target_entity_id_list = 1105;
repeated uint32 target_lock_point_index_list = 1115;
int32 local_id = 1444;
bool is_peer_id_from_player = 1463;
2024-05-29 15:56:24 +03:00
}