﻿namespace UnityStandardAssets.Utility
{
    public class UIText
    {
        internal string text;
    }
}