summaryrefslogtreecommitdiff
path: root/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs')
-rw-r--r--UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs b/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs
new file mode 100644
index 0000000..3ccde08
--- /dev/null
+++ b/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs
@@ -0,0 +1,13 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public static class EditorGUIHelper
+{
+ static EditorGUIHelper()
+ {
+
+ }
+
+
+}