10 lines
421 B
C#
10 lines
421 B
C#
namespace AlicizaX.UI.Editor
|
|
{
|
|
internal static class UIGlobalPath
|
|
{
|
|
public const string DefaultComPath = "Packages/com.alicizax.unity.framework/Editor/UI/Res/default.txt";
|
|
public const string UIPrefabPath = "Packages/com.alicizax.unity.framework/Editor/UI/Res/UIRoot.prefab";
|
|
public const string TemplatePath = "Packages/com.alicizax.unity.framework/Editor/UI/Res/UITemplate.txt";
|
|
}
|
|
}
|