added public accessibility modifier. as it should be.
This commit is contained in:
parent
ac97cc64c0
commit
872a0f8a66
@ -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); } }
|
||||
|
Loading…
Reference in New Issue
Block a user