changes in how skin system works.

This commit is contained in:
2019-01-29 16:22:14 -06:00
parent 359f3381bf
commit 32f9ff11fb
10 changed files with 44 additions and 62 deletions

View File

@@ -74,7 +74,7 @@ namespace RecrownedAthenaeum.UI.SkinSystem
}
}
public T ObtainDefinition<T>(string definitionName = null) where T : ISkinDefinitionData
public T ObtainDefinition<T>(string definitionName = null) where T : SkinDefinitionData
{
try
{