From 047efd15559d7c62666f00392a987dccdc36d500 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 18 May 2021 22:37:34 +0800 Subject: +misc --- .../Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs (limited to 'UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelper.cs') 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() + { + + } + + +} -- cgit v1.1-26-g67d0