mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +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
|
|
@ -69,9 +69,9 @@ public partial class Mod
|
|||
{
|
||||
public string Name { get; set; } = "Default";
|
||||
|
||||
public readonly Dictionary< Utf8GamePath, FullPath > FileData = new();
|
||||
public readonly Dictionary< Utf8GamePath, FullPath > FileSwapData = new();
|
||||
public readonly HashSet< MetaManipulation > ManipulationData = new();
|
||||
public Dictionary< Utf8GamePath, FullPath > FileData = new();
|
||||
public Dictionary< Utf8GamePath, FullPath > FileSwapData = new();
|
||||
public HashSet< MetaManipulation > ManipulationData = new();
|
||||
|
||||
public IReadOnlyDictionary< Utf8GamePath, FullPath > Files
|
||||
=> FileData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue