Re-organize all projects (#4166)
This commit is contained in:
11
Content.Client/Pulling/PullableComponent.cs
Normal file
11
Content.Client/Pulling/PullableComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.Pulling.Components;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.Pulling
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedPullableComponent))]
|
||||
public class PullableComponent : SharedPullableComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user