World should be internal

filter_relations
cosmonaut 2022-05-15 12:16:49 -07:00
parent 56948e4c31
commit ad4dfd9249
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace MoonTools.ECS
{
public abstract class EntityComponentReader
{
protected readonly World World;
internal readonly World World;
internal EntityStorage EntityStorage => World.EntityStorage;
internal ComponentDepot ComponentDepot => World.ComponentDepot;
internal RelationDepot RelationDepot => World.RelationDepot;