forked from SpaceStation14-Shenanigans/Monolith
Remove obsolete IActionBlocker interfaces
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user