public void GetInteractibleItem(IInteract iItem) { Debug.Log(iItem.ToString()); iItem.Interact(this); }