void OnRabbitEnterredCollision(Collider2D collision) { if (Array.IndexOf(_deathzones, collision.gameObject) >= 0) { if (_rabbitLives.LoseLife()) { _respawner.RespawnRabbit(); } } }