1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Another quick fix

This commit is contained in:
KillzXGaming 2023-05-28 16:15:19 -04:00
parent 6470c6ef34
commit a06e1fe8e0

View File

@ -92,6 +92,8 @@ namespace Toolbox.Library
string folder = Path.Combine(userDir, "TOTK", "ZstdDictionaries");
if (!Directory.Exists(folder))
Directory.CreateDirectory(folder);
void TransferZDic(string path)
{