Package catchemrpg.persistency

Examples of catchemrpg.persistency.LanguageFileIO.loadProperties()


    public ArrayList<String> monsterDescs = new ArrayList<String>();

    public static void init()
    {
        LanguageFileIO languageLoader = new LanguageFileIO();
        languageLoader.loadProperties();
        languageLoader.loadMainStrings();
        //remember to call this function everytime we need to change maps
        System.out.println("HERE");
        languageLoader.loadMapStrings();
        //initialise language strings for creature names etc.
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.