// SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com> // SPDX-FileCopyrightText: 2025 Aviu00 <93730715+Aviu00@users.noreply.github.com> // SPDX-FileCopyrightText: 2025 Misandry // SPDX-FileCopyrightText: 2025 Ted Lukin <66275205+pheenty@users.noreply.github.com> // SPDX-FileCopyrightText: 2025 gus // // SPDX-License-Identifier: AGPL-3.0-or-later using Robust.Shared.GameStates; namespace Content.Shared._Shitcode.Wizard.Components; [RegisterComponent, NetworkedComponent, AutoGenerateComponentState] public sealed partial class SwapSpellComponent : Component { [DataField] public bool AllowSecondaryTarget = true; [DataField, AutoNetworkedField] public EntityUid? SecondaryTarget; }