* Deprecate IActionBlocker ChangeDirectionAttempt * Woops * Throw and interact * Deperacte speech * ActionBlocker in fucking shambles * CanEmote go byebye * CanAttack is GONE * IActionBlocker finally ded * DRY
10 lines
139 B
C#
10 lines
139 B
C#
using Content.Shared.Cuffs;
|
|
|
|
namespace Content.Client.Cuffs
|
|
{
|
|
public sealed class CuffableSystem : SharedCuffableSystem
|
|
{
|
|
|
|
}
|
|
}
|