We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When you look at PapyrusDotNet.ConsoleTests Program.cs file, you see this:
public static void Decompile_FollowersScript() { var asm = PapyrusAssemblyDefinition.ReadAssembly( @"C:\Users\Karl\Downloads\exampleBad\test.pex");
private static void DecompileAllFallout4Scripts() { var folder = @"D:\Spel\Fallout 4 Scripts\scripts\";
private static void ReadAndWritePex() { var drive = "d"; var dir = @":\Git\PapyrusDotNet\Examples\Fallout4Example\bin\Debug\"; var targetFolder = drive + dir;
Obviously these will not compile for anyone else than you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you look at PapyrusDotNet.ConsoleTests Program.cs file, you see this:
Obviously these will not compile for anyone else than you.
The text was updated successfully, but these errors were encountered: