mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
690e882364
commit
39ca9d7d74
@ -127,11 +127,11 @@ namespace DCFApixels.DragonECS
|
||||
#endregion
|
||||
|
||||
#region Iterator
|
||||
public EcsSubjectIterator GetIterator() where TSubject : EcsSubject
|
||||
public EcsSubjectIterator GetIterator()
|
||||
{
|
||||
return new EcsSubjectIterator(this, World.Entities);
|
||||
}
|
||||
public EcsSubjectIterator GetIteratorFor(EcsReadonlyGroup sourceGroup) where TSubject : EcsSubject
|
||||
public EcsSubjectIterator GetIteratorFor(EcsReadonlyGroup sourceGroup)
|
||||
{
|
||||
return new EcsSubjectIterator(this, sourceGroup);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user