Package fr.neatmonster.nocheatplus.config

Examples of fr.neatmonster.nocheatplus.config.DefaultConfig


       
    }
   
    public static class DefaultConfigWorldConfigProvider extends SimpleWorldConfigProvider<ConfigFile> {
        public DefaultConfigWorldConfigProvider() {
            super(new DefaultConfig());
        }
View Full Code Here

TOP

Related Classes of fr.neatmonster.nocheatplus.config.DefaultConfig

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.