Exemplo n.º 1
0
 public void RemoveEntity(Simulation.Events.EventReceiver s)
 {
     SimEntities.Remove(s);
 }
Exemplo n.º 2
0
 public void AddEntity(Simulation.Events.EventReceiver s)
 {
     SimEntities.Add(s);
 }