313233343536373839
RoundBase round = new RoundBase(); round.getSubRounds().add(subRound); getRounds().add(round); // adding the actions getActions().add(new ActionLookAtCards()); getActions().add(new ActionLookAtZone()); getActions().add(new ActionPlayACard()); }