using PublicTools.XMLDataBase; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace XRTool.Util { /// <summary> /// 服务器配置文件 /// </summary> public class ServerConfigMgr : Singleton<ServerConfigMgr> { } }