From 83e88dc79ab1fe4f167065331fa747dba772bf27 Mon Sep 17 00:00:00 2001 From: hamusuke0323 Date: Sat, 2 Sep 2023 09:56:51 +0000 Subject: [PATCH] Update file EntityAiKillSelfNotify.proto --- proto/EntityAiKillSelfNotify.proto | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 proto/EntityAiKillSelfNotify.proto diff --git a/proto/EntityAiKillSelfNotify.proto b/proto/EntityAiKillSelfNotify.proto new file mode 100644 index 00000000..08fd7437 --- /dev/null +++ b/proto/EntityAiKillSelfNotify.proto @@ -0,0 +1,23 @@ +// https://github.com/SlushinPS/beach-simulator +// Copyright (C) 2023 Slushy 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"; +option java_package = "emu.grasscutter.net.proto"; +// CmdId: 2606 +// Obf: FPIKKIKFHDA +message EntityAiKillSelfNotify { + uint32 entity_id = 12; +}