using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// Use this to trigger buttons or UI elements in addition to Grabber objects /// namespace BNG { public class UITrigger : MonoBehaviour { } }