Package skyproc

Examples of skyproc.SPImporter$DirtyParsingIterator


    ArrayList<ModListing> mods = new ArrayList<ModListing>();
   
    mods.add(new ModListing("Skyrim.esm"));
    mods.add(new ModListing("test.esp"));
   
    SPImporter importer = new SPImporter();
    importer.importMods(mods);
  }
View Full Code Here


      }
    }
   
    mainFrame.dispose();
   
    SPImporter importer = new SPImporter();
    importer.importMods(mods);
   
    new GUI();
  }
View Full Code Here

TOP

Related Classes of skyproc.SPImporter$DirtyParsingIterator

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.