临时提交

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-10-17 01:59:25 +08:00
parent 6da2f9e691
commit c85f350e0a
191 changed files with 17326 additions and 17008 deletions

View File

@@ -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}");
}