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