Exemple #1
0
    public void Setup()
    {
        // Fade out.
        gameOverPanel.SetActive(false);

        boatMgr.SetupBoat();

        // Generator by default
        roomMgr.MoveToRoom(2);
    }