using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// Æô¶¯ÓÎÏ· /// public class StartApp : MonoBehaviour { /// /// ³õʼ»¯ /// private void Start() { GameManager.Instance.Init(); // } }