mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 03:56:31 +00:00
implemented aspect filtering builder
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user