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