Package ca.simplegames.micro.extensions

Examples of ca.simplegames.micro.extensions.ExtensionsManager


        // - Loading the Extensions
        File extensionsDirectory = new File(configPath, "extensions");
        if (extensionsDirectory.exists() && extensionsDirectory.isDirectory()) {
          // load extensions
          extensionsManager = new ExtensionsManager(this, files(extensionsDirectory, ".yml"));
        }

        // - Helpers
        //log.info("Helpers:");
        File helpersDirectory = new File(configPath, "helpers");
View Full Code Here

TOP

Related Classes of ca.simplegames.micro.extensions.ExtensionsManager

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.