Examples of DadNPC


Examples of games.stendhal.server.maps.quests.revivalweeks.DadNPC

  public void addToWorld() {
    System.setProperty("stendhal.minetown", "true");
    super.addToWorld();

    content.add(new FoundGirl());
    content.add(new DadNPC());
    content.add(new MakeupArtist());
    content.add(new PaperChaseSign());
    content.add(new TicTacToeGame());
    content.add(new NineSwitchesGame());
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.