ServerConfigMgr.cs 290 B

123456789101112131415
  1. using PublicTools.XMLDataBase;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using UnityEngine;
  5. namespace XRTool.Util
  6. {
  7. /// <summary>
  8. /// 服务器配置文件
  9. /// </summary>
  10. public class ServerConfigMgr : Singleton<ServerConfigMgr>
  11. {
  12. }
  13. }