mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 14:24:15 +01:00
add initial file scan and rescanning algorithms to hash all penumbra files
This commit is contained in:
parent
3f737df71f
commit
3b9c485627
8 changed files with 231 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue