Package games.stendhal.server.entity.mapstuff.office

Examples of games.stendhal.server.entity.mapstuff.office.RentedSignList


  protected RentedSignList rentedSignList;

  public void configureZone(StendhalRPZone zone,
      Map<String, String> attributes) {
    final Shape shape = new Rectangle(21, 48, 17, 1);
    rentedSignList = new RentedSignList(zone, shape);
    buildNPC(zone);
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.mapstuff.office.RentedSignList

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.