Skip to content

Commit e83245a

Browse files
committed
Comments
1 parent 3067827 commit e83245a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

xivModdingFramework/General/GameInfo.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,18 @@ public class GameInfo
2929
/// </summary>
3030
public DirectoryInfo GameDirectory { get; }
3131

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>
3239
public DirectoryInfo LuminaDirectory { get; }
3340

41+
/// <summary>
42+
/// Should mod output be redirected to Lumina?
43+
/// </summary>
3444
public bool UseLumina { get; }
3545

3646

0 commit comments

Comments
 (0)