void SetInitial() { itemMaster = GetComponent <Item_Master>(); }
//find the item master and player object void SetInitial() { itemMaster = GetComponent <Item_Master>(); playerGO = GameObject.FindGameObjectWithTag("Player"); }