diff --git a/src/Core/Entity.bf b/src/Core/Entity.bf index d403fa6..218522a 100644 --- a/src/Core/Entity.bf +++ b/src/Core/Entity.bf @@ -75,7 +75,7 @@ namespace Strawberry return null; } - public List All(List into) where T : Component + public ICollection All(ICollection into) where T : Component { for (let c in components) if (c is T)