Exemple #1
0
 public void _SendResponse(Response.CallbackDelegate callback, Response.TypeEnum type = Response.TypeEnum.Undefined)
 {
     GetLoop.Response(new Response(this, callback, type));
 }
Exemple #2
0
 public void SendResponse(Response.CallbackDelegate callback, Response.TypeEnum type = Response.TypeEnum.Undefined)
 {
     quest._SendResponse(callback, type);
 }