打开窗口框架

This commit is contained in:
2025-07-16 19:16:46 +08:00
parent a6f442044a
commit 5348216024
10 changed files with 125 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ public class GameStar : MonoBehaviour
// Start is called before the first frame update
void Start()
{
CreatGame.GameLogic.Instance.Start();
StartCoroutine(CreatGame.GameLogic.Instance.Start());
}
// Update is called once per frame