12 lines
228 B
C#
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
|
|
{
|
|
|
|
}
|