changes in how skin system works.
This commit is contained in:
@@ -47,6 +47,6 @@ namespace RecrownedAthenaeum.UI.SkinSystem
|
||||
/// <typeparam name="T">Convenience to cast to the needed definition type.</typeparam>
|
||||
/// <param name="definitionName">The name of the definition. Default is null and will be replaced with "default" for name.</param>
|
||||
/// <returns>The definition cast to T.</returns>
|
||||
T ObtainDefinition<T>(string definitionName = null) where T : ISkinDefinitionData;
|
||||
T ObtainDefinition<T>(string definitionName = null) where T : SkinDefinitionData;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user