Example #1
0
    //Perform this method if the player dies
    public void signalPlayerDeath()
    {
        _saveRounds();

        _inGameMenu.ActivateDeadMenu();
    }