Examples of CampingGirlNPC


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
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.