// SPDX-FileCopyrightText: 2025 ActiveMammmoth <140334666+ActiveMammmoth@users.noreply.github.com> // SPDX-FileCopyrightText: 2025 ActiveMammmoth // SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com> // SPDX-FileCopyrightText: 2025 gus // SPDX-FileCopyrightText: 2025 keronshb <54602815+keronshb@users.noreply.github.com> // // SPDX-License-Identifier: AGPL-3.0-or-later using Robust.Shared.GameStates; namespace Content.Shared.Magic.Components; // Used on whitelist for animate spell/wand [RegisterComponent, NetworkedComponent] public sealed partial class AnimateableComponent : Component { }