We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3067827 commit e83245aCopy full SHA for e83245a
xivModdingFramework/General/GameInfo.cs
@@ -29,8 +29,18 @@ public class GameInfo
29
/// </summary>
30
public DirectoryInfo GameDirectory { get; }
31
32
+
33
+ // These Lumina settings live here mostly for convenience, as they also should not be highly changeable data.
34
+ // In the future, it may make sense to move them into the SQL metadata cache, but for now this is a more known-stable place to keep them.
35
36
+ /// <summary>
37
+ /// Lumina output directory.
38
+ /// </summary>
39
public DirectoryInfo LuminaDirectory { get; }
40
41
42
+ /// Should mod output be redirected to Lumina?
43
44
public bool UseLumina { get; }
45
46
0 commit comments