ME3Explorer.Texplorer2.AddModJob C# (CSharp) Method

AddModJob() private method

private AddModJob ( KFreonLib.Textures tex2D, string replacingfile ) : void
tex2D KFreonLib.Textures
replacingfile string
return void
        private async void AddModJob(Textures.ITexture2D tex2D, string replacingfile)
        {
            ModMaker modmaker = await ModMaker.GetCurrentInstance();
            KFreonLib.Scripting.ModMaker.AddJob(tex2D, replacingfile, WhichGame, pathBIOGame);
            modmaker.ExternalRefresh();
        }
Texplorer2