Files
tbd-station-14/Content.Client/Cuffs/CuffableSystem.cs
metalgearsloth 7beb363285 Deprecate a bunch of IActionBlocker (#4852)
* Deprecate IActionBlocker ChangeDirectionAttempt

* Woops

* Throw and interact

* Deperacte speech

* ActionBlocker in fucking shambles

* CanEmote go byebye

* CanAttack is GONE

* IActionBlocker finally ded

* DRY
2021-10-21 13:03:14 +11:00

10 lines
139 B
C#

using Content.Shared.Cuffs;
namespace Content.Client.Cuffs
{
public sealed class CuffableSystem : SharedCuffableSystem
{
}
}