예제 #1
0
 private void onFishingCastComplete(FishingCastOperation operation, HttpResponse response)
 {
     Service.Get <EventDispatcher>().DispatchEvent(new MinigameServiceEvents.FishingResultRecieved(operation.SignedFishingResult));
 }
예제 #2
0
 private void onFishingCastError(FishingCastOperation operation, HttpResponse response)
 {
     NetworkErrorService.OnError(response, errorHandler, onFishingCastErrorMapper);
 }