mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
* 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> (cherry picked from commit cec05d697e696141660560864acd8e45d65ff445)
9 lines
223 B
C#
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;
|