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