修改为luban

This commit is contained in:
Bob.Song
2026-03-05 15:03:45 +08:00
parent 13e4315a70
commit 36067705f2
122 changed files with 10497 additions and 2216 deletions

View File

@@ -11,6 +11,7 @@
using System;
using Fantasy;
using NBF;
using NBF.ConfigTable;
try
@@ -20,7 +21,8 @@ try
// 通过访问 AssemblyMarker 强制加载程序集并调用 ModuleInitializer
// 注意Native AOT 不存在延迟加载问题,所有程序集在编译时打包
AssemblyHelper.Initialize();
ConfigTableHelper.Initialize();
// ConfigTableHelper.Initialize();
Configs.Initialize();
// 配置 NLog 日志基础设施
var logger = new Fantasy.NLog("Server");
// 使用 NLog 日志系统启动 Fantasy.Net 框架