Files
wwdpublic/Content.Shared/Magic/Components/AnimateableComponent.cs
ActiveMammmoth da949411cc Wizard Staff of Animation (#34649)
(cherry picked from commit 9fad86342f91ec427d3e4bce823edb3caa4c6415)
2025-09-20 20:33:22 +03: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
{
}