Add Tutorials.

This commit is contained in:
Ottermandias 2022-07-11 17:27:22 +02:00
parent 2412e3be08
commit 769f54e8dd
12 changed files with 197 additions and 46 deletions

View file

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