diff options
author | chai <chaifix@163.com> | 2021-05-18 22:37:34 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-05-18 22:37:34 +0800 |
commit | 047efd15559d7c62666f00392a987dccdc36d500 (patch) | |
tree | bc7745d2eae6f83e5c7c474d2858cc7c045f01a7 /UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs | |
parent | c5f33aa5dabcc8b447bc132c8448148fc7c55af4 (diff) |
+misc
Diffstat (limited to 'UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs')
-rw-r--r-- | UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs | 13 |
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()
+ {
+
+ }
+
+
+}
|