55565758596061
} @Override public OnlineGameTable createOnlineTable(String ownerPlayerName, MultiGameOptions options) { Player player = createPlayerForName(ownerPlayerName); return new OnlinePokerTable(getUniqueName(), player, options); }