public override void OnTouch() { Debug.Log("opening a hint"); touchControls.ToggleTouch(); UIManager.instance.inventoryPanel.Close(); hintPanel.Open(); }