remove unused reference to TemplateComponentDepot
parent
b5e28ae69f
commit
2bf2128d07
|
@ -13,7 +13,6 @@ namespace MoonTools.ECS
|
||||||
internal FilterStorage FilterStorage => World.FilterStorage;
|
internal FilterStorage FilterStorage => World.FilterStorage;
|
||||||
internal TypeIndices ComponentTypeIndices => World.ComponentTypeIndices;
|
internal TypeIndices ComponentTypeIndices => World.ComponentTypeIndices;
|
||||||
internal TypeIndices RelationTypeIndices => World.RelationTypeIndices;
|
internal TypeIndices RelationTypeIndices => World.RelationTypeIndices;
|
||||||
internal ComponentDepot TemplateComponentDepot => World.TemplateComponentDepot;
|
|
||||||
|
|
||||||
public EntityComponentReader(World world)
|
public EntityComponentReader(World world)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue