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

using System;
using InfinityCode.UltimateEditorEnhancer.SceneTools;

namespace InfinityCode.UltimateEditorEnhancer.References
{
    public class QuickAccessReferences : ReferenceBase<QuickAccessReferences, QuickAccessItem>
    {
        protected override string filename => "QuickAccessItems";
    }
}