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."); } }
private void SetInitialReferences() { gameManagerMaster = GetComponent <GameManager_Master>(); }