using Harmony.ILCopying; using System.Collections.Generic; using System.Linq; using System.Reflection.Emit; namespace Harmony { public class CodeInstruction { public OpCode opcode; public object operand; public List