Пример #1
0
 public void DeletePropagator(IPropagator p)
 {
     _influenceMap.DeletePropagator(p);
     PropagationUpdate();
 }
Пример #2
0
 public void DeadUnit(SimplePropagator p)
 {
     _influenceMap.DeletePropagator(p);
 }