private void updateHealth(ShipInfo shipInfo) { healthText.text = $"HP: {shipInfo.getHitPoints()} Lives: {shipInfo.getLives()}"; }