using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DeviceTriggerBase : MonoBehaviour
{
public int triggerID;
public string triggerName;
}