using System.Collections; using System.Collections.Generic; using UnityEngine; public class GameCtrl : MonoBehaviour { public void StartPlay() { GameManager.Instance.NextScene(GameManager.eScene.Play); } }