public void playerWasHit()
    {
        PlayerWasHit = true;

        player.grow();
    }