10 lines
155 B
C#
10 lines
155 B
C#
|
using System;
|
|||
|
|
|||
|
namespace RecrownedAthenaeum.UI.Skin.Definitions
|
|||
|
{
|
|||
|
public interface ISkinDefinition
|
|||
|
{
|
|||
|
Type UIModuleType { get; }
|
|||
|
}
|
|||
|
}
|