Package games.stendhal.server.maps.quests.revivalweeks

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

Related Classes of games.stendhal.server.maps.quests.revivalweeks.DadNPC

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.