mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:17:22 +01:00
use penumbra ipc for getting character data
This commit is contained in:
parent
f371df7aa1
commit
61a2fe9168
9 changed files with 42 additions and 295 deletions
|
|
@ -8,7 +8,7 @@ public partial class FileReplacement
|
|||
{
|
||||
private readonly Lazy<string> _hashLazy;
|
||||
|
||||
public FileReplacement(List<string> gamePaths, string filePath, FileCacheManager fileDbManager)
|
||||
public FileReplacement(string[] gamePaths, string filePath, FileCacheManager fileDbManager)
|
||||
{
|
||||
GamePaths = gamePaths.Select(g => g.Replace('\\', '/')).ToHashSet(StringComparer.Ordinal);
|
||||
ResolvedPath = filePath.Replace('\\', '/');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue