예제 #1
0
        public override void OnLoad(PluginAssemblyPointer ptr)
        {
            //Call the Base OnLoad to Automatically do the registration.
            base.OnLoad(ptr);

            if (!isEmbedded)

            //Make sure that the Folder Packer is listed in the Init List and its one of the first things that get loaded.
            {
                LoadOrder.MoveToTop(LoadOrderQueue.Default, ptr.PluginName, true);
            }
        }