summaryrefslogtreecommitdiff
path: root/UnityCollection/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelperSetUp.cs
blob: c1e41eafff567f4f0862c86e45d84114bee78e37 (plain)
1
2
3
4
5
6
7
8
9
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public static class EditorGUIHelperSetUp
{
    public static string root = "Assets/Tools/EditorGUIHelper/";

}