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