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

using System;

namespace InfinityCode.UltimateEditorEnhancer
{
    public class DisallowNestedEditor: Attribute
    {
    }
}