Package game.model

Examples of game.model.ListFighterModel


        final List<String> list = InventoryMode.convertToStringList();
        list.remove(InventoryMode.MENU.toString());
        list.remove(InventoryMode.SAME.toString());
       
        listModel = new ListModel(list, list.size() + 1);
        listFightersModel = new ListFighterModel(fighterListModel);
        currentMode = null;

    }
View Full Code Here

TOP

Related Classes of game.model.ListFighterModel

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.