mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
修正GameApp_RegisterSystem文件漏写基类导致真机上无法正确执行GameApp.Instance.Active方法的bug
This commit is contained in:
@@ -3,7 +3,7 @@ using GameLogic;
|
||||
using TEngine;
|
||||
using UnityEngine;
|
||||
|
||||
public partial class GameApp
|
||||
public partial class GameApp : Singleton<GameApp>
|
||||
{
|
||||
private List<ILogicSys> _listLogicMgr;
|
||||
|
||||
|
Reference in New Issue
Block a user