Remove obsolete IActionBlocker interfaces

This commit is contained in:
metalgearsloth
2021-10-13 12:51:47 +11:00
parent 97143d91ac
commit 31208c2636
2 changed files with 0 additions and 24 deletions
@@ -42,11 +42,5 @@ namespace Content.Shared.ActionBlocker
[Obsolete("Use ChangeDirectionAttemptEvent instead")]
bool CanChangeDirection() => true;
[Obsolete("Use ShiverAttemptEvent instead")]
bool CanShiver() => true;
[Obsolete("Use SweatAttemptEvent instead")]
bool CanSweat() => true;
}
}