Package cero.games.base

Examples of cero.games.base.ActionLookAtCards


    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());
  }
View Full Code Here

TOP

Related Classes of cero.games.base.ActionLookAtCards

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.