Examples of RentedSignList


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