Beispiel #1
0
 public void onGetMatchedRoomsDone(com.shephertz.app42.gaming.multiplayer.client.events.MatchedRoomsEvent matchedRoomsEvent)
 {
     if (matchedRoomsEvent.getResult() == WarpResponseResultCode.SUCCESS)
     {
         WriteOnUI("onGetMatchedRoomsDone Done room Id: " + matchedRoomsEvent.getRoomsData());
     }
     else
     {
         WriteOnUI("onGetMatchedRoomsDone Failed ");
     }
 }
Beispiel #2
0
 public void onGetMatchedRoomsDone(com.shephertz.app42.gaming.multiplayer.client.events.MatchedRoomsEvent matchedRoomsEvent)
 {
 }
 public void onGetMatchedRoomsDone(com.shephertz.app42.gaming.multiplayer.client.events.MatchedRoomsEvent matchedRoomsEvent)
 {
     //throw new NotImplementedException();
 }