Package denoflionsx.denLib.CoreMod.Updater

Examples of denoflionsx.denLib.CoreMod.Updater.UpdateManager


            if (!obf) {
                print("Development env detected. Trying to figure out where the coremod is. Please stand by...");
                location = denLib.FileUtils.findMeInMods(mods, "denLib");
            }
        }
        updater = new UpdateManager();
        if (DenEvents != null) {
            DenEvents.injectData(data);
        }
    }
View Full Code Here

TOP

Related Classes of denoflionsx.denLib.CoreMod.Updater.UpdateManager

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.