com.alicizax.unity.framework/Editor/UI/UIGlobalPath.cs
2025-09-05 19:46:30 +08:00

9 lines
308 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";
}
}