11 lines
355 B
C#
11 lines
355 B
C#
// SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
|
// SPDX-FileCopyrightText: 2025 SolsticeOfTheWinter <solsticeofthewinter@gmail.com>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
using Content.Shared.Actions;
|
|
|
|
namespace Content.Shared._Goobstation.Possession;
|
|
|
|
public sealed partial class EndPossessionEarlyEvent : InstantActionEvent;
|