Exemplo n.º 1
0
    public void GameOver()
    {
        isGameOver  = true;
        isGameStart = false;

        uiPlayer.ShowGameOverUI();
    }