void Awake() { checkStart = GameObject.FindGameObjectWithTag("TutorialSpawnEnemy").GetComponent <TutorialSpawnEnemyScritps>(); }
void Start() { spawnEnemy = GameObject.FindGameObjectWithTag("TutorialSpawnEnemy").GetComponent <TutorialSpawnEnemyScritps>(); }