implemented aspect filtering builder

This commit is contained in:
Dylan Wilson
2018-06-10 23:49:35 +10:00
parent 30f852253f
commit a9ec00a21f
16 changed files with 397 additions and 30 deletions
@@ -24,7 +24,6 @@ namespace MonoGame.Extended.Entities
Components = new Bag<T>();
}
public int Id { get; }
public Bag<T> Components { get; }
public void CreateComponent(int entityId, T component)