Files
tbd-station-14/Content.Shared/Magic/Components/AnimateableComponent.cs
2025-02-12 23:46:02 -05:00

12 lines
228 B
C#

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