Esempio n. 1
0
 public void LeaveRoom()
 {
     mt.SfsRoomToLeave = mt.getCurrentRoom();
     mt.send(SmartfoxCommand.LEAVE_ROOM);
 }