mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Include FinalEvaluate attribute
This commit is contained in:
@@ -85,11 +85,10 @@ public partial class Decompiler
|
||||
|
||||
foreach (var offset in export.FinalEvaluateOffsets)
|
||||
{
|
||||
var syntaxTree = DecompileScript(offset, export);
|
||||
var syntaxTree = DecompileScript(offset, export, "FinalEvaluate");
|
||||
var scriptText = FormatScript(syntaxTree);
|
||||
|
||||
XElement xScript = new(_nsUix + "Script", scriptText);
|
||||
xScripts.Add(new XComment("TODO: FinalEvaluateOffsets"));
|
||||
xScripts.Add(xScript);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user