Exemple #1
0
 void LaunchLive()
 {
     clientScript.StartClient();
     surveyScript.StartLive();
     StartCoroutine(surveyScript.DoRetrieveAnchors());
 }