using Robust.Shared.GameObjects;
namespace Content.Server.GameObjects.Components.Movement
{
[RegisterComponent]
public class PullableComponent: Component
public override string Name => "Pullable";
}