2021-06-09 22:19:39 +02:00
|
|
|
|
using Content.Shared.Pulling.Components;
|
2020-10-16 20:35:09 +02:00
|
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
|
namespace Content.Client.Pulling
|
2020-10-16 20:35:09 +02:00
|
|
|
|
{
|
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
|
[ComponentReference(typeof(SharedPullableComponent))]
|
|
|
|
|
|
public class PullableComponent : SharedPullableComponent
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|