UI框架开发中

This commit is contained in:
2025-09-29 07:45:07 +08:00
parent 423ad80303
commit 71edbb6088
39 changed files with 1191 additions and 397 deletions

View File

@@ -5,7 +5,7 @@ using UnityEngine;
using UniFramework.Event;
using YooAsset;
public class Boot : Singleton<Boot>
public class Boot : SingletonMono<Boot>
{
public GameObject MainUICanvas;
public Camera UICamera;