public override void ResetShip() { base.ResetShip(); gameObject.SetActive(false); _enemySpawnManager.RemoveEnemy(gameObject); }