예제 #1
0
 private void Remove(EntityComponent component, Entity entity)
 {
     CheckEntityComponentWithSystems(component, entity, true);
 }
예제 #2
0
 private void Add(EntityComponent component, Entity entity)
 {
     CheckEntityComponentWithSystems(component, entity, false);
 }