mirror of
https://github.com/4sval/FModel.git
synced 2026-09-14 20:46:45 -05:00
Update UserSettings.cs
This commit is contained in:
@@ -274,7 +274,11 @@ namespace FModel.Settings
|
||||
{
|
||||
FGame.Dungeons, new List<CustomDirectory>
|
||||
{
|
||||
new("Levels"), "Dungeons/Content/data/Lovika/Levels"),
|
||||
new("Friendlies"), "Dungeons/Content/Actor/Characters/Friendlies",
|
||||
new("Skins"), "Dungeons/Content/Actor/Characters/Player/Master/Skins",
|
||||
new("Strings", "Dungeons/Content/Localization/")
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -452,4 +456,4 @@ namespace FModel.Settings
|
||||
set => SetProperty(ref _textureExportFormat, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user