Deprecate IActionBlocker ChangeDirectionAttempt (#4851)
* Deprecate IActionBlocker ChangeDirectionAttempt * Woops
This commit is contained in:
@@ -39,8 +39,5 @@ namespace Content.Shared.ActionBlocker
|
||||
|
||||
[Obsolete("Use UnequipAttemptEvent instead")]
|
||||
bool CanUnequip() => true;
|
||||
|
||||
[Obsolete("Use ChangeDirectionAttemptEvent instead")]
|
||||
bool CanChangeDirection() => true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user