mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Add Tutorials.
This commit is contained in:
parent
2412e3be08
commit
769f54e8dd
12 changed files with 197 additions and 46 deletions
|
|
@ -41,6 +41,8 @@ public partial class Configuration : IPluginConfiguration
|
|||
public bool DebugMode { get; set; } = false;
|
||||
#endif
|
||||
|
||||
public int TutorialStep { get; set; } = 0;
|
||||
|
||||
public bool EnableFullResourceLogging { get; set; } = false;
|
||||
public bool EnableResourceLogging { get; set; } = false;
|
||||
public string ResourceLoggingFilter { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue