Package fr.neatmonster.nocheatplus.compat.cbdev

Examples of fr.neatmonster.nocheatplus.compat.cbdev.MCAccessCBDev


        // TEMP //
        // Only add as long as no stable module has been added.
        // 1.7.10
        try{
            return new MCAccessCBDev();
        }
        catch(Throwable t) {
            throwables.add(t);
        };
        // TEMP END //
View Full Code Here

TOP

Related Classes of fr.neatmonster.nocheatplus.compat.cbdev.MCAccessCBDev

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.