Files
tbd-station-14/Content.Shared/Toggleable/ToggleActionEvent.cs
Leon Friedrich ba75934512 Re-add action prototypes (#7508)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
2022-04-14 06:17:34 +02:00

9 lines
218 B
C#

using Content.Shared.Actions;
namespace Content.Shared.Toggleable;
/// <summary>
/// Generic action-event for toggle-able components.
/// </summary>
public sealed class ToggleActionEvent : InstantActionEvent { }