Package org.pokenet.server.backend

Examples of org.pokenet.server.backend.DataLoader


     * Load all npcs and warptiles
     */
    File f = new File("res/npc/" + m_x + "." + m_y + ".txt");
    if(f.exists()) {
      try {
        @SuppressWarnings("unused")
        DataLoader d = new DataLoader(f, this);
      } catch (Exception e) {
       
      }
    }
  }
View Full Code Here

TOP

Related Classes of org.pokenet.server.backend.DataLoader

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.