Examples of FightView


Examples of game.view.fight.FightView

        notifyObservers();
    }

    public void launchFight() {
        final FightModel fightModel = new FightModel(player.getEquipe(), new ArrayList(), new ArrayList(), new ArrayList());
        final FightView fightView = new FightView(fightModel);

        guiModel.setScreen(fightView);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.