public void GoButton() { patternScreen.gameObject.SetActive(false); if (!levelStarted) { levelStarted = true; timer.StartCount(); } }