*
*/
public class BatailleGame extends GameBase {
public BatailleGame() {
RoundBase subRound = new RoundBase();
RoundBase round = new RoundBase();
round.getSubRounds().add(subRound);
getRounds().add(round);
// adding the actions
getActions().add(new ActionLookAtCards());
getActions().add(new ActionLookAtZone());