Examples of NineSwitchesGame


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

    content.add(new FoundGirl());
    content.add(new DadNPC());
    content.add(new MakeupArtist());
    content.add(new PaperChaseSign());
    content.add(new TicTacToeGame());
    content.add(new NineSwitchesGame());

    // add it to the world
    for (LoadableContent loadableContent : content) {
      loadableContent.addToWorld();
    }
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.