documentation.
This commit is contained in:
@@ -2,8 +2,14 @@
|
||||
|
||||
namespace RecrownedAthenaeum.UI.Skin.Definitions
|
||||
{
|
||||
/// <summary>
|
||||
/// A definition for the skin system.
|
||||
/// </summary>
|
||||
public interface ISkinDefinition
|
||||
{
|
||||
/// <summary>
|
||||
/// The module type this definition is definining.
|
||||
/// </summary>
|
||||
Type UIModuleType { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user