mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-07-17 19:31:54 +08:00
Entity.All tweak
This commit is contained in:
@ -75,7 +75,7 @@ namespace Strawberry
|
||||
return null;
|
||||
}
|
||||
|
||||
public List<T> All<T>(List<T> into) where T : Component
|
||||
public ICollection<T> All<T>(ICollection<T> into) where T : Component
|
||||
{
|
||||
for (let c in components)
|
||||
if (c is T)
|
||||
|
Reference in New Issue
Block a user