summaryrefslogtreecommitdiff
path: root/AlienSurvival/Assets/Tools/EditorGUIHelper/Editor/EditorGUIHelperSetUp.cs
blob: 59dfc010336cf479875ab142e96fcb3d3d32c298 (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/";

}