Package com.mmoscene.h4j.habbohotel.cache.rules

Examples of com.mmoscene.h4j.habbohotel.cache.rules.UpdateServerPromotionals


    private Thread t;

    public CacheTask() {

        rules.add(new UpdateServerPromotionals());
        rules.add(new UpdateProperties());

        t = new Thread(this);
        t.start();
    }
View Full Code Here

TOP

Related Classes of com.mmoscene.h4j.habbohotel.cache.rules.UpdateServerPromotionals

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.