Extended export capabilities

This commit is contained in:
Ottermandias 2022-10-05 12:31:08 +02:00
parent 097923f5ff
commit 31ac6187bc
6 changed files with 147 additions and 20 deletions

View file

@ -26,6 +26,7 @@ public partial class Configuration : IPluginConfiguration
public bool EnableMods { get; set; } = true;
public string ModDirectory { get; set; } = string.Empty;
public string ExportDirectory { get; set; } = string.Empty;
public bool HideUiInGPose { get; set; } = false;
public bool HideUiInCutscenes { get; set; } = true;