Beispiel #1
0
        void SetInitialReferences()
        {
            gameManagerMaster = GetComponent <GameManager_Master>();

            if (toggleInventoryButton == "")
            {
                Debug.LogWarning("Please Type in the name of the button used to toggle the inventory in " +
                                 "GameManager_ToggleInventoryUI.");
            }
        }
Beispiel #2
0
 private void SetInitialReferences()
 {
     gameManagerMaster = GetComponent <GameManager_Master>();
 }