﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;

[CreateAssetMenu(fileName = "NewUIReferenceButtonSubModule", menuName = "ARitize/Inputs/UI Reference Button", order = 1)]
public class UIReferenceButtonSubModule : TriggerInput {

	public string targetButton;
}
