Beispiel #1
0
 private void HandleSurveyInformation(ClientSurvey surv, int shoeType, string dataString)
 {
     Debug.Log("\nTODO");
     Debug.Log("Handle " + surv.ToString());
     Debug.Log("Handled shoe type: " + shoeType);
     Debug.Log("Handle data string:\n" + dataString);
 }
 private void Awake()
 {
     _localInstance = this;
 }