public void TakeItem() { SE.Play(); bag.ItemIntoBag(itemInfo); print("Take " + gameObject.name); Destroy(this.gameObject); }