﻿/*           INFINITY CODE          */
/*     https://infinity-code.com    */

namespace InfinityCode.UltimateEditorEnhancer
{
    public enum QuickAccessItemIcon
    {
        texture,
        editorIconContent,
        text
    }
}