// Proto has been converted from Sorapointa to Grasscutter format // Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa. // Copyright (C) 2022 Sorapointa Team // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . syntax = "proto3"; import "ForwardType.proto"; import "Vector.proto"; option java_package = "emu.grasscutter.net.proto"; // CmdId: 307 // EnetChannelId: 0 // EnetIsReliable: true // IsAllowClient: true message EvtCreateGadgetNotify { bool is_async_load = 8; uint32 camp_type = 5; bool sight_group_with_owner = 10; repeated uint32 target_entity_id_list = 889; ForwardType forward_type = 12; uint32 entity_id = 2; uint32 target_entity_id = 3; uint32 camp_id = 15; uint64 guid = 6; Vector init_euler_angles = 13; uint32 target_lock_point_index = 11; repeated uint32 target_lock_point_index_list = 1920; Vector init_pos = 4; uint32 owner_entity_id = 9; uint32 room_id = 7; bool is_peer_id_from_player = 25; uint32 prop_owner_entity_id = 1; bool is_true_life_time_by_owner = 379; uint32 config_id = 14; }