Beispiel #1
0
    public void CancelAllUI(bool clickMachine)
    {
        inventorySlotMgt.CloseAllUI();
        if (!clickMachine)
        {
            AllMachines.CloseAllMachines();
        }
        BagsController.HideNotice();

        InstructionDismiss();

        Hide(TakePhoto);
        Hide(fishShoutCG);
        Hide(SubwayMap);
        Hide(Inventory);
        Hide(frontPage);
        Hide(appBackground);
        Hide(albumBackground);
        Hide(albumCG);
        Hide(albumDetailCG);
        Hide(frontPage);
        Hide(SavingPage);


        isShown = false;
    }