Exemplo n.º 1
0
 //Send them to the shadow realms.
 public void RemoveUnit(MovingObject unit)
 {
     UIManager.Instance.UpdateTurnOrderPortraits(currentUnits);
     unit.Death();
 }