namespace Content.Shared.Movement.Pulling.Components; /// /// Component that indicates that an entity is currently pulling some other entity. /// [RegisterComponent] public sealed partial class ActivePullerComponent : Component;