diff --git a/Harmony/Public/CodeInstruction.cs b/Harmony/Public/CodeInstruction.cs index e826b156..e9d7dc50 100644 --- a/Harmony/Public/CodeInstruction.cs +++ b/Harmony/Public/CodeInstruction.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; @@ -11,7 +11,7 @@ namespace HarmonyLib public class CodeInstruction { /// The opcode - /// + /// public OpCode opcode; /// The operand @@ -19,13 +19,18 @@ public class CodeInstruction public object operand; /// All labels defined on this instruction - /// + /// public List