diff --git a/RecrownedAthenaeum/UI/SkinSystem/Definitions/TextSkinDefinition.cs b/RecrownedAthenaeum/UI/SkinSystem/Definitions/TextSkinDefinition.cs index 9591468..8d4f002 100644 --- a/RecrownedAthenaeum/UI/SkinSystem/Definitions/TextSkinDefinition.cs +++ b/RecrownedAthenaeum/UI/SkinSystem/Definitions/TextSkinDefinition.cs @@ -3,7 +3,7 @@ using static System.Net.Mime.MediaTypeNames; namespace RecrownedAthenaeum.UI.SkinSystem.Definitions { - class TextSkinDefinition : ISkinDefinitionData + public class TextSkinDefinition : ISkinDefinitionData { public string color; public Type UIModuleType { get { return typeof(Text); } }