Package voodoo.collection.effect.effects

Examples of voodoo.collection.effect.effects.GameEndEffect


    Game _game;

    public CheckVictoryConditionRulesCard() {
        // Set up the end game effect
        _action.addEffect( new GameEndEffect() );

        _game = Game.getInstance();

        // Register for the game begin event. We need the Player list to be initialized before we add
        // ourselves as a listener to each player.
View Full Code Here

TOP

Related Classes of voodoo.collection.effect.effects.GameEndEffect

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.