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

namespace SimplifyXR
{
    [CustomEditor(typeof(ChangeUISelectableText))]
    public class ChangeUISelectableTextEditor : SimpleAREditor { }    
}

