SunsetHigh.InGameMenu.refreshPanelLists C# (CSharp) Method

refreshPanelLists() public static method

public static refreshPanelLists ( ) : void
return void
        public static void refreshPanelLists()
        {
            nullCheck();
            inventoryScreen.refreshList();
            placesScreen.refreshJournalList(null, null);
            peopleScreen.refreshJournalList(null, null);
            questScreen.refreshJournalList(null, null);
        }