1
0

ActivePullerComponent.cs 251 B

1234567
  1. namespace Content.Shared.Movement.Pulling.Components;
  2. /// <summary>
  3. /// Component that indicates that an entity is currently pulling some other entity.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class ActivePullerComponent : Component;