ActionBlockerSystem now has EntityUid overloads.

This commit is contained in:
Vera Aguilera Puerto
2021-09-28 11:47:41 +02:00
parent 4e6d602784
commit 7953e5b962
2 changed files with 76 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ namespace Content.Shared.EffectBlocker
[UsedImplicitly]
public class EffectBlockerSystem : EntitySystem
{
// TODO: Make these methods not static. Maybe move them to their relevant EntitySystems?
// TODO: Add EntityUid overloads.
public static bool CanFall(IEntity entity)
{
var canFall = true;