Пример #1
0
 void ResponseHandler(eNotificationType type, eResponseType responseType, string input)
 {
     Debug.Log("HandleResponse + " + type.ToString() + " " + responseType.ToString() + "-" + input);
 }
 public void DefaultResponseHandler(eNotificationType type, eResponseType responseType, string input)
 {
     Debug.Log("DefaultHandleResponse");
 }