public void Take(InteractiveObject obj)
 {
     AudioSource.PlayClipAtPoint(collectSound, transform.position);
     invManager.AddObject(obj);
 }