Package game.core.event

Examples of game.core.event.FightEvent


        this.fighters = fighters;
        this.nonPlayableAllies = nonPlayableAllies;
        this.playableAllies = playableAllies;
        this.ennemies = ennemies;
        listPersoModel = new ListPersoModel(this);
        Event.setFightEvent(new FightEvent(this));
    }
View Full Code Here

TOP

Related Classes of game.core.event.FightEvent

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.