public void RemoveUnit(HexUnit unit) { Units.Remove(unit); unit.Location.Unit = null; unit.Despawn(); }