File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
xivModdingFramework/Models/FileTypes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1974,8 +1974,8 @@ private async Task<string> RunExternalImporter(string importerName, string fileP
1974
1974
/// Import a given model
1975
1975
/// </summary>
1976
1976
/// <param name="item">The current item being imported</param>
1977
- /// <param name="currentMdl ">The current (modified or unmodified) mdl for the item. </param>
1978
- /// <param name="fileLocation ">The location of the dae file to import</param>
1977
+ /// <param name="race ">The racial model to replace of the item</param>
1978
+ /// <param name="path ">The location of the dae file to import</param>
1979
1979
/// <param name="source">The source/application that is writing to the dat.</param>
1980
1980
/// <param name="intermediaryFunction">Function to call after populating the TTModel but before converting it to a Mdl.
1981
1981
/// Takes in the new TTModel we're importing, and the old model we're overwriting.
You can’t perform that action at this time.
0 commit comments