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:
@@ -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("======= 看到此条日志代表你成功运行了热更新代码 =======");
|
||||||
|
Reference in New Issue
Block a user