Package csa.jportal.config

Examples of csa.jportal.config.Logable


    }

    void go()
    {
        if (!mAutoBattle) return;
        Logable D = Configuration.getConfiguration().getDebugEntity();
        D.addLog("Go!", 3);
        Runnable caller = new Runnable()
        {
            public void run()
            {
                checkNextRound();
View Full Code Here

TOP

Related Classes of csa.jportal.config.Logable

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.