remove unused reference to TemplateComponentDepot

set_order
cosmonaut 2023-07-21 14:43:54 -07:00
parent b5e28ae69f
commit 2bf2128d07
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ namespace MoonTools.ECS
internal FilterStorage FilterStorage => World.FilterStorage;
internal TypeIndices ComponentTypeIndices => World.ComponentTypeIndices;
internal TypeIndices RelationTypeIndices => World.RelationTypeIndices;
internal ComponentDepot TemplateComponentDepot => World.TemplateComponentDepot;
public EntityComponentReader(World world)
{