mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-19 15:14:25 +01:00
A few comments, further cleanup. A few TODOs handled.
This commit is contained in:
parent
dbb9931189
commit
c78725d7d5
47 changed files with 347 additions and 3664 deletions
|
|
@ -18,7 +18,7 @@ public partial class Mod
|
|||
private Mod( DirectoryInfo basePath )
|
||||
=> BasePath = basePath;
|
||||
|
||||
public static Mod? LoadMod( DirectoryInfo basePath )
|
||||
private static Mod? LoadMod( DirectoryInfo basePath )
|
||||
{
|
||||
basePath.Refresh();
|
||||
if( !basePath.Exists )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue