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-05-29 15:56:24 +03:00
|
|
|
// CmdId: 24638
|
|
|
|
// Version: 4.6.0
|
|
|
|
// Obfs: ???
|
2022-11-06 15:30:21 +03:00
|
|
|
message EvtCreateGadgetNotify {
|
2024-06-02 06:52:03 +03:00
|
|
|
uint32 config_id = 1;
|
|
|
|
uint32 HOFCLFELEMK = 2;
|
|
|
|
bool is_async_load = 3; // LGOLECDFPNK sus
|
|
|
|
uint32 entity_id = 4;
|
|
|
|
bool BANJELHCLDK = 5;
|
|
|
|
uint32 room_id = 6;
|
|
|
|
uint32 camp_type = 7;
|
|
|
|
Vector InitEulerAngles = 8;
|
|
|
|
uint64 guid = 9;
|
|
|
|
uint32 camp_id = 10;
|
|
|
|
uint32 target_entity_id = 11;
|
|
|
|
ForwardType forward_type = 12;
|
|
|
|
Vector InitPos = 13;
|
|
|
|
uint32 owner_entity_id = 14;
|
|
|
|
uint32 prop_owner_entity_id = 15;
|
|
|
|
AbilityString ability_name = 440;
|
|
|
|
uint32 KDPGILHNFNM = 554;
|
|
|
|
repeated uint32 target_lock_point_index_list = 588;
|
|
|
|
repeated uint32 target_entity_id_list = 1298;
|
|
|
|
int32 local_id = 1381;
|
|
|
|
bool PDGGCPDDAOL = 1542;
|
|
|
|
uint32 init_pose_id = 1860;
|
|
|
|
bool is_peer_id_from_player = 1956;
|
2024-05-29 15:56:24 +03:00
|
|
|
}
|