6364656667686970
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); }