void Awake() { modalPanel = ModalPanel.Instance(); displayManager = DisplayManager.Instance(); inGameUIManagerTimerClue = InGameUIManagerTimerClue.Instance(); finderController = FinderController.Instance(); }
//private DisplayManager displayManager; void Awake() { finderController = FinderController.Instance(); dialog = GenericDialog.Instance(); dialogs.Add("Some horrible creatures made me run through the city..."); dialogs.Add("in the process I lost some objects, can you look for these?..."); dialogs.Add("I will give you this shiny rock I found"); //displayManager = DisplayManager.Instance(); inGameUIManagerTimerClue = InGameUIManagerTimerClue.Instance(); }