Added a whole lot of rudimentary comments, also importing selects the last imported mod if possible.

This commit is contained in:
Ottermandias 2021-06-25 15:40:41 +02:00
parent a19ec226c5
commit d29049ca21
24 changed files with 83 additions and 23 deletions

View file

@ -58,7 +58,6 @@ namespace Penumbra.Mod
return true;
}
public static ModMeta? LoadFromFile( FileInfo filePath )
{
try