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

using InfinityCode.UltimateEditorEnhancer.HierarchyTools;

namespace InfinityCode.UltimateEditorEnhancer.References
{
    public class BackgroundRuleReferences : ReferenceBase<BackgroundRuleReferences, BackgroundRule>
    {
        protected override string filename => "BackgroundRules";
    }
}