Files
crystall-punk-14/Content.Shared/Magic/Components/AnimateComponent.cs

9 lines
223 B
C#
Raw Normal View History

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;