mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
update
This commit is contained in:
parent
91257d00a7
commit
ffa9bdb9bb
@ -426,7 +426,7 @@ namespace DCFApixels.DragonECS
|
|||||||
{
|
{
|
||||||
_builder = builder;
|
_builder = builder;
|
||||||
}
|
}
|
||||||
public T GetInstance<T>()
|
public T GetInstance<T>()
|
||||||
where T : IEcsPoolImplementation, new()
|
where T : IEcsPoolImplementation, new()
|
||||||
{
|
{
|
||||||
return _builder.IncludePool<T>();
|
return _builder.IncludePool<T>();
|
||||||
|
Loading…
Reference in New Issue
Block a user