mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +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
14
MareSynchronos/FileCacheDB/FileCache.cs
Normal file
14
MareSynchronos/FileCacheDB/FileCache.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace MareSynchronos.FileCacheDB
|
||||
{
|
||||
public partial class FileCache
|
||||
{
|
||||
public string Hash { get; set; }
|
||||
public string Filepath { get; set; }
|
||||
public string LastModifiedDate { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue