AnimateComponent.cs 223 B

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