mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 00:07:53 +01:00
Add empty option for single select groups with empty options. More Editor stuff.
This commit is contained in:
parent
81e93e0664
commit
e2a6274b33
21 changed files with 937 additions and 336 deletions
|
|
@ -110,6 +110,13 @@ public partial class Mod
|
|||
return mod;
|
||||
}
|
||||
|
||||
// Create an empty sub mod for single groups with None options.
|
||||
internal static ISubMod CreateEmptySubMod( string name )
|
||||
=> new SubMod()
|
||||
{
|
||||
Name = name,
|
||||
};
|
||||
|
||||
// Create the default data file from all unused files that were not handled before
|
||||
// and are used in sub mods.
|
||||
internal static void CreateDefaultFiles( DirectoryInfo directory )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue