This commit is contained in:
xinkl
2025-11-09 13:26:17 +08:00
parent 15515d7393
commit befd15e1a3
25 changed files with 1213 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ using A2W;
public class LaunchManager : SceneSingleton<LaunchManager>
{
private async void Awake()
private async void Start()
{
UIManager.instance.Init();