Neg_Utils/NEG/UI/Area/IArea.cs
2023-02-02 16:36:57 +01:00

9 lines
129 B
C#

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