using System.Collections; using System.Collections.Generic; using System.Threading.Tasks; using UnityEngine; using UnityEngine.UI; public class StopBtn : MonoBehaviour { public Image startImage; public Image stopImage; public Button stopBtn; public GameObject panelPrefab; int number; // Start is called before the first frame update void Start() { GameSatrt(); stopBtn = GetComponent