GameApp #pragma warning disable CS0436

This commit is contained in:
Alex-Rachel
2025-03-16 23:47:28 +08:00
parent bf92b4d568
commit a2fe29af24

View File

@@ -2,7 +2,8 @@ using System.Collections.Generic;
using System.Reflection; using System.Reflection;
using GameLogic; using GameLogic;
using TEngine; using TEngine;
using UnityEngine.Networking; #pragma warning disable CS0436
/// <summary> /// <summary>
/// 游戏App。 /// 游戏App。
@@ -17,7 +18,6 @@ public partial class GameApp
/// <param name="objects"></param> /// <param name="objects"></param>
public static void Entrance(object[] objects) public static void Entrance(object[] objects)
{ {
#pragma warning disable CS0436
GameEventHelper.Init(); GameEventHelper.Init();
_hotfixAssembly = (List<Assembly>)objects[0]; _hotfixAssembly = (List<Assembly>)objects[0];
Log.Warning("======= 看到此条日志代表你成功运行了热更新代码 ======="); Log.Warning("======= 看到此条日志代表你成功运行了热更新代码 =======");