Example #1
0
 void clientErrorHandler(object sender, DSCClientErrorEventArgs e)
 {
     Debug.LogWarning("::OnError");
 }
Example #2
0
 void HandleM_ClientOnError(object sender, DSCClientErrorEventArgs e)
 {
     Debug.LogWarning("::OnError");
 }
Example #3
0
 void HandleOnError(object sender, DSCClientErrorEventArgs e)
 {
 }