mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
临时提交
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
using Cysharp.Threading.Tasks;
|
||||
using GameConfig;
|
||||
using HotScripts.GameLauncher;
|
||||
// using HotScripts.GameLauncher;
|
||||
using JNGame.Runtime.System;
|
||||
using Luban;
|
||||
using Plugins.JNGame.System;
|
||||
using SHFrame;
|
||||
using UnityEngine;
|
||||
using YooAsset;
|
||||
@@ -21,7 +21,7 @@ namespace HotScripts.GameScripts.Luban
|
||||
{
|
||||
await UniTask.DelayFrame(1);
|
||||
Log.Debug($"配置文件 初始化中");
|
||||
App.EventLauncher.DispatchEvent(HotLauncherEvent.InitSystem,$"配置文件 初始化中");
|
||||
// App.EventLauncher.DispatchEvent(HotLauncherEvent.InitSystem,$"配置文件 初始化中");
|
||||
_tables = new Tables(LoadByteBuf);
|
||||
Log.Debug($"配置文件 初始化完成 {Tables.TbGMap.DataList[0].MapName}");
|
||||
}
|
||||
|
Reference in New Issue
Block a user