namespace Febucci.UI
{
    /// <summary>
    /// TextAnimator's effects time scale, which could match unity's Time.deltaTime or Time.unscaledDeltaTime
    /// </summary>
    public enum TimeScale
    {
        Scaled,
        Unscaled,
    }
}