打开窗口框架

This commit is contained in:
2025-07-16 23:07:19 +08:00
parent 5348216024
commit aae0f8bc17
4 changed files with 166 additions and 9 deletions

View File

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