Ejemplo n.º 1
0
 private void Remove(EntityComponent component, Entity entity)
 {
     CheckEntityComponentWithSystems(component, entity, true);
 }
Ejemplo n.º 2
0
 private void Add(EntityComponent component, Entity entity)
 {
     CheckEntityComponentWithSystems(component, entity, false);
 }