Update UserSettings.cs

This commit is contained in:
Nick
2021-09-06 12:43:58 -04:00
committed by GitHub
parent 5a6e823099
commit 97c313b773

View File

@@ -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);
}
}
}
}