Exemplo n.º 1
0
 public void RemoveUnit(HexUnit unit)
 {
     Units.Remove(unit);
     unit.Location.Unit = null;
     unit.Despawn();
 }