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

namespace InfinityCode.UltimateEditorEnhancer.References
{
    public class ViewStateReferences : ReferenceBase<ViewStateReferences, SceneViewState>
    {
        protected override string filename => "ViewStates";
    }
}