diff --git a/Editor/EditorAddons/Helpers/DrawersHelper.cs b/Editor/EditorAddons/Helpers/DrawersHelper.cs
index f8cabe6..63e7b34 100644
--- a/Editor/EditorAddons/Helpers/DrawersHelper.cs
+++ b/Editor/EditorAddons/Helpers/DrawersHelper.cs
@@ -4,7 +4,7 @@
namespace Better.Attributes.EditorAddons.Helpers
{
- internal static class DrawersHelper
+ public static class DrawersHelper
{
private static float _spaceHeight = 6f;
public static float SpaceHeight => _spaceHeight;
@@ -26,7 +26,7 @@ public static void HelpBox(string message, IconType type, bool useSpace = true)
}
///
- /// Override for default Inspector HelpBox with RTF text
+ /// Override for default Inspector HelpBox with Rich text
///
///
///
@@ -257,7 +257,7 @@ public static GUIContent GetIconGUIContent(IconType type)
}
}
- internal enum IconType
+ public enum IconType
{
///
/// Neutral message.
diff --git a/package.json b/package.json
index bb59927..5e50a57 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "com.uurha.betterattributes",
"displayName": "Better Attributes",
- "version": "0.2.8",
+ "version": "0.2.9",
"unity": "2018.3",
"description": "Unity attributes, allows to serialize interfaces, draw handles for Vector3/Vector2/Quaternion/Bounds, create read only fields.",
"dependencies": {