mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-11-13 00:55:55 +08:00
Update InjectSystem.cs
This commit is contained in:
parent
22bdd69273
commit
10a35f3a2c
@ -24,7 +24,7 @@ namespace DCFApixels.DragonECS
|
|||||||
return IsInjectionEnd;
|
return IsInjectionEnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsInjectionEnd => _injectSystems.Length <= _injectCount;
|
public bool IsInjectionEnd => _injectCount >= _injectSystems.Length;
|
||||||
|
|
||||||
public void Destroy()
|
public void Destroy()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user