Package game.view

Examples of game.view.ListFighterScreen


    public InventoryMenuScreen(final InventoryMenuModel inventoryModel) {
        InventoryScreenPatern.init();
        this.inventoryModel = inventoryModel;
        this.inventoryModel.addObserver(this);
        listScreen = new ListScreen(inventoryModel.getListModel());
        listFighter = new ListFighterScreen(inventoryModel.getListFightersModel());
    }
View Full Code Here

TOP

Related Classes of game.view.ListFighterScreen

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.