public XElement Visit(SetGlobalSlotOpcode opcode, AbcMethodBodyInstruction arg) { return(new XElement("setglobalslope").AddSlotIndex(opcode.SlotIndex)); }
public BaseAvm2Opcode Visit(SetGlobalSlotOpcode opcode, AbcDataReader arg) { opcode.SlotIndex = arg.ReadU30(); return(opcode); }