Files
tbd-station-14/Content.Shared/Magic/Components/AnimateComponent.cs
ActiveMammmoth cec05d697e Staff of Animation Fixes (#35491)
* staff of animation fixes and system

* requested changes

* size back to normal

* Update AnimateSpellSystem.cs

---------

Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>
2025-02-27 20:11:57 +01:00

9 lines
223 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Magic.Components;
// Added to objects when they are made animate
[RegisterComponent, NetworkedComponent]
public sealed partial class AnimateComponent : Component;