void Start() { globalSoundManager = GlobalSoundManager.Get(); globalSoundManager.Play(prepare); text = GetComponent <Text>(); remainSeconds = 10; StartCoroutine(StartAnimation()); }
void Awake() { globalSoundManager = GlobalSoundManager.Get(); }