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

namespace InfinityCode.UltimateEditorEnhancer
{
    public interface ISortableLayoutItem
    {
        float order { get; }
    }
}
