mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
GameApp #pragma warning disable CS0436
This commit is contained in:
@@ -17,6 +17,7 @@ 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("======= 看到此条日志代表你成功运行了热更新代码 =======");
|
||||||
|
Reference in New Issue
Block a user