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

namespace InfinityCode.UltimateEditorEnhancer
{
    public enum QuickAccessItemType
    {
        window,
        menuItem,
        staticMethod,
        scriptableObject,
        space,
        flexibleSpace,
        settings
    }
}