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

#if USING_TMP
using TMPro;
#endif

namespace SimplifyXR
{
    [CustomEditor(typeof(ChangeUIText))]
    public class ChangeUITextEditor : SimpleAREditor { }
}
