feat: add dlc dumper
This commit is contained in:
@@ -65,6 +65,16 @@ else
|
||||
Console.WriteLine("Failed to dump perks");
|
||||
}
|
||||
|
||||
string? dlcsJSON = dumper.DumpDLCs();
|
||||
if (dlcsJSON != null)
|
||||
{
|
||||
File.WriteAllText("dlcs.json", dlcsJSON);
|
||||
}
|
||||
else
|
||||
{
|
||||
Console.WriteLine("Failed to dump dlcs");
|
||||
}
|
||||
|
||||
Console.WriteLine("Dumper finished");
|
||||
|
||||
return 0;
|
||||
Reference in New Issue
Block a user