ActionBlockerSystem now has EntityUid overloads.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user