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

using System;
using System.Collections.Generic;

namespace InfinityCode.UltimateEditorEnhancer.References
{
    public class BookmarkReferences : ReferenceBase<BookmarkReferences, ProjectBookmark>
    {
        protected override string filename => "Bookmarks";
    }
}