GameApp #pragma warning disable CS0436

This commit is contained in:
Alex-Rachel
2025-03-16 23:46:33 +08:00
parent b060057c36
commit bf92b4d568

View File

@@ -17,6 +17,7 @@ public partial class GameApp
/// <param name="objects"></param>
public static void Entrance(object[] objects)
{
#pragma warning disable CS0436
GameEventHelper.Init();
_hotfixAssembly = (List<Assembly>)objects[0];
Log.Warning("======= 看到此条日志代表你成功运行了热更新代码 =======");