9 lines
129 B
C#
9 lines
129 B
C#
using NEG.UI.WindowSlot;
|
|
|
|
namespace NEG.UI.Area
|
|
{
|
|
public interface IArea : ISlotsHolder, IUiElement
|
|
{
|
|
|
|
}
|
|
} |