super(heroName);
}
public ParserResult getParserResult(final String buffer, Rounds round) {
ParserResult parserResult = new ParserResult();
Rounds currentRound = round;
String currentGameID = "";
String heroCards = "";
String tableCards = "";
String startString = "";