10 lines
139 B
C#
10 lines
139 B
C#
|
|
using Content.Shared.Cuffs;
|
||
|
|
|
||
|
|
namespace Content.Client.Cuffs
|
||
|
|
{
|
||
|
|
public sealed class CuffableSystem : SharedCuffableSystem
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|