using Robust.Shared.GameStates; namespace Content.Shared.Magic.Components; // Used on whitelist for animate spell/wand [RegisterComponent, NetworkedComponent] public sealed partial class AnimateableComponent : Component { }