mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* 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
|
|
{
|
|
|
|
}
|
|
}
|