public bool CheckPlayerAnswers(Game game, RoundAction roundAction) { return(roundCtr.CheckPlayerAnswers(game, roundAction)); }
public bool CheckPlayerAnswers(Game game, Round round) { return(roundCtr.CheckPlayerAnswers(game, round)); }