Files

12 lines
228 B
C#
Raw Permalink Normal View History

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