【m】入口更新

This commit is contained in:
2025-11-05 16:48:51 +08:00
parent 87e659271b
commit 6feeef8ee4
39 changed files with 532 additions and 3578 deletions

View File

@@ -11,6 +11,7 @@ namespace Main
{
base.OnEnter(param);
Debug.Log("UnityEvo: OnEnter进入成功");
Camera.main.GetOrAddComponent<DeviceXEventHandler>();
}
public override void OnExit()
@@ -25,7 +26,6 @@ namespace Main
await base.OnEnterAsync(param);
Debug.Log("UnityEvo: OnEnterAsync进入成功");
await this.GetSystem<IPanelSystem>().PushStack<DomainPanel>(parent: this.transform);
Camera.main.GetOrAddComponent<DeviceXEventHandler>();
StringEventSystem.Global.Register("Rollback", OnRollback);
}