Package com.mmoscene.h4j.habbohotel.catalog

Examples of com.mmoscene.h4j.habbohotel.catalog.CatalogManager


    private CacheTask task;

    private Pathfinder pathfinder;

    public HabboHotel() {
        catalog_manager = new CatalogManager();
        furniture_manager = new FurnitureManager();
        room_manager = new RoomManager();

        promos = H4J.getDAO().getHotelViewDAO().getPromos();
        richest = H4J.getDAO().getHotelViewDAO().getRichestUsers();
View Full Code Here

TOP

Related Classes of com.mmoscene.h4j.habbohotel.catalog.CatalogManager

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.