Пример #1
0
 void Start()
 {
     player.stopwatch.Start();
     if (GameConfig.mic)
     {
         microphone.StartMicListener();
     }
 }