Package games.stendhal.server.maps.orril.river

Examples of games.stendhal.server.maps.orril.river.CampingGirlNPC


 
  @Before
  public void setUp() throws Exception {
     player = PlayerTestHelper.createPlayer("player");
     zone = new StendhalRPZone("zone");
    new CampingGirlNPC().configureZone(zone, null);
    npc = NPCList.get().get("Sally");
    final Campfire cf = new Campfire();
    cf.addToWorld();
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.orril.river.CampingGirlNPC

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.