summaryrefslogtreecommitdiff
path: root/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-05-18 22:37:34 +0800
committerchai <chaifix@163.com>2021-05-18 22:37:34 +0800
commit047efd15559d7c62666f00392a987dccdc36d500 (patch)
treebc7745d2eae6f83e5c7c474d2858cc7c045f01a7 /UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs
parentc5f33aa5dabcc8b447bc132c8448148fc7c55af4 (diff)
+misc
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()
+ {
+
+ }
+
+
+}