using Robust.Shared.GameStates; namespace Content.Shared.Trigger.Components.Effects; /// /// Swaps the location of the target and the user of the trigger when triggered. /// is ignored. /// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class SwapLocationOnTriggerComponent : BaseXOnTriggerComponent;