properly implemented ISkinDefinition to the skins (forgot to update definitions after modifying the interface).
This commit is contained in:
@@ -11,16 +11,12 @@ namespace RecrownedAthenaeum.UI.Skin.Definitions
|
||||
{
|
||||
public string font;
|
||||
public string color;
|
||||
public Type UIModuleType { get { return typeof(Text); } }
|
||||
|
||||
public TextSkinDefinition(string font, string color)
|
||||
{
|
||||
this.font = font;
|
||||
this.color = color;
|
||||
}
|
||||
|
||||
public Type UIModuleType()
|
||||
{
|
||||
return typeof(Text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user