GC-Proto/proto/EvtCreateGadgetNotify.proto

50 lines
1.7 KiB
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
// 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 <https://www.gnu.org/licenses/>.
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;
2022-11-06 15:51:40 +03:00
repeated uint32 target_entity_id_list = 889;
2022-11-06 15:30:21 +03:00
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;
2022-11-06 15:51:40 +03:00
repeated uint32 target_lock_point_index_list = 1920;
2022-11-06 15:30:21 +03:00
Vector init_pos = 4;
uint32 owner_entity_id = 9;
uint32 room_id = 7;
2022-11-06 15:51:40 +03:00
bool is_peer_id_from_player = 25;
2022-11-06 15:30:21 +03:00
uint32 prop_owner_entity_id = 1;
2022-11-06 15:51:40 +03:00
bool is_true_life_time_by_owner = 379;
2022-11-06 15:30:21 +03:00
uint32 config_id = 14;
}