Minor cuff changes (#4164)

This commit is contained in:
metalgearsloth
2021-06-17 00:37:05 +10:00
committed by GitHub
parent 40b86903b3
commit 7cbfbad578
6 changed files with 52 additions and 5 deletions

View File

@@ -1,13 +1,14 @@
#nullable enable
using Content.Server.Cuffs.Components;
using Content.Server.Hands.Components;
using Content.Shared.Cuffs;
using JetBrains.Annotations;
using Robust.Shared.GameObjects;
namespace Content.Server.Cuffs
{
[UsedImplicitly]
public class CuffableSystem : EntitySystem
internal sealed class CuffableSystem : SharedCuffableSystem
{
public override void Initialize()
{