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
This commit is contained in:
@@ -10,7 +10,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Shared.Climbing
|
||||
{
|
||||
[NetworkedComponent()]
|
||||
public abstract class SharedClimbingComponent : Component, IActionBlocker
|
||||
public abstract class SharedClimbingComponent : Component
|
||||
{
|
||||
public sealed override string Name => "Climbing";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user