Package games.stendhal.server.maps.semos.plains

Examples of games.stendhal.server.maps.semos.plains.LittleBoyNPC


 
  @Before
  public void setUp() {
    final StendhalRPZone zone = new StendhalRPZone("0_semos_plains_n");
    MockStendlRPWorld.get().addRPZone(zone);
    new LittleBoyNPC().configureZone(zone, null);

    final PlinksToy quest = new PlinksToy();
    quest.addToWorld();

    player = PlayerTestHelper.createPlayer("player");
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.semos.plains.LittleBoyNPC

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.