Files
Fishing2/Assets/Scripts/NBC/Runtime/UI/Const/UIConst.cs
2025-10-29 22:41:47 +08:00

14 lines
269 B
C#

using UnityEngine;
namespace NBC
{
public static class UIConst
{
public const string ServiceName = "NBC.UIKit";
/// <summary>
/// UI资源前缀
/// </summary>
public static string UIPackRootUrl = "";
}
}