8182838485868788899091
player = new MrX(user); game.setMrX(player); }else{ // if(playerRole==PlayerRole.Detective){ player = new Detective(user); game.addDetective((Detective)player); } game.setPlayerPosition(player.getEmail(), game.getEmptyPositionLabel());