Ejemplo n.º 1
0
    // Start the game
    public void startGame()
    {
        player.isInputEnabled = true;

        scoreGoalManager.setScoreGoal();
        clock.startClock();
        gameplayUiRef.showUi();
        targetManager.selectTargetToEnable();
    }