6
2025-08-13 15:03:01 +03: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;