少年修仙传客户端基础资源
lwb
2021-02-07 fa4881900f91b1d096feb627ad925ec5659926fe
Assets/ILRuntime/Src/ILRuntimeLoader.cs
@@ -164,6 +164,9 @@
    public void LaunchStart()
    {
#if UNITY_EDITOR
        _appdomain.DebugService.StartDebugService(56000);
#endif
        _appdomain.Invoke("GameLogicMgr", "Init", null, null);
    }