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

using InfinityCode.UltimateEditorEnhancer.Windows;

namespace InfinityCode.UltimateEditorEnhancer.References
{
    public class FavoriteWindowReferences : ReferenceBase<FavoriteWindowReferences, FavoriteWindowItem>
    {
        protected override string filename => "FavoriteWindows";
    }
}