comment out missing playerinfo methods

This commit is contained in:
HelarJ
2022-04-11 19:08:35 +03:00
parent ca41eda129
commit 029c6cf7ba
2 changed files with 5 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ public class EssenceNodeController : MonoBehaviour
private void Awake()
{
nodeMaterial = GetComponent<Renderer>().material;
playerInfo = PlayerInfo.Instance;
//playerInfo = PlayerInfo.Instance;
playerInventory = GameObject.Find("Inventory").GetComponent<Inventory>();
}