add initial file scan and rescanning algorithms to hash all penumbra files

This commit is contained in:
Stanley Dimant
2022-06-10 01:41:47 +02:00
parent 3f737df71f
commit 3b9c485627
8 changed files with 231 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ namespace SamplePlugin
{
public int Version { get; set; } = 0;
public bool SomePropertyToBeSavedAndWithADefault { get; set; } = true;
public string PenumbraFolder { get; set; } = string.Empty;
// the below exist just to make saving less cumbersome