Package com.garbagemule.MobArena.metrics

Examples of com.garbagemule.MobArena.metrics.Metrics


        AbilityManager.loadCustomAbilities(dir);
    }
   
    private void startMetrics() {
        try {
            Metrics m = new Metrics(this);
            m.start();
        } catch (Exception e) {
            Messenger.warning("y u disable stats :(");
        }
    }
View Full Code Here

TOP

Related Classes of com.garbagemule.MobArena.metrics.Metrics

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.