From 5145dd09cab55a896d510482f2e22f74b4d4b76f Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 5 Jun 2021 19:51:03 +0800 Subject: *misc --- .../Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelperSetUp.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelperSetUp.cs (limited to 'UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelperSetUp.cs') diff --git a/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelperSetUp.cs b/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelperSetUp.cs new file mode 100644 index 0000000..c1e41ea --- /dev/null +++ b/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelperSetUp.cs @@ -0,0 +1,9 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public static class EditorGUIHelperSetUp +{ + public static string root = "Assets/Tools/EditorGUIHelper/"; + +} \ No newline at end of file -- cgit v1.1-26-g67d0