12 lines
254 B
C#
12 lines
254 B
C#
#nullable enable
|
|
using Content.Shared.GameObjects.Components.Strap;
|
|
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Client.GameObjects.Components.Strap
|
|
{
|
|
[RegisterComponent]
|
|
public class StrapComponent : SharedStrapComponent
|
|
{
|
|
}
|
|
}
|