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