Neg_Utils/NEG/UI/Area/IArea.cs
2023-08-12 11:14:57 +02:00

9 lines
158 B
C#

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