14 lines
268 B
C#
14 lines
268 B
C#
|
using System.Collections;
|
|||
|
using System.Collections.Generic;
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Use this to trigger buttons or UI elements in addition to Grabber objects
|
|||
|
/// </summary>
|
|||
|
namespace BNG {
|
|||
|
public class UITrigger : MonoBehaviour {
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
|