using NEG.UI.WindowSlot; using NegUtils.NEG.UI; namespace NEG.UI.Area { public interface IArea : ISlotsHolder, IUiElement, IControllable { } }