﻿using UnityEngine;
using System.Collections;


namespace TMPro
{
    // Class used to convert scenes and objects saved in version 0.1.44 to the new Text Container
    public static class TMP_Compatibility
    {
        public enum AnchorPositions { TopLeft, Top, TopRight, Left, Center, Right, BottomLeft, Bottom, BottomRight, BaseLine };

      
    }
}
