C# Class Patcher.MyVersusRoundResults

Mostrar archivo Open project: Jonesey13/TF-8-Player Class Usage Examples

Public Methods

Method Description
ChangeThreeToSeven ( Instruction i ) : void
ChangeThreesToSevens ( Instruction i ) : void
PatchModule ( Mono.Cecil.ModuleDefinition baseModule ) : void

Method Details

ChangeThreeToSeven() public static method

public static ChangeThreeToSeven ( Instruction i ) : void
i Mono.Cecil.Cil.Instruction
return void

ChangeThreesToSevens() public static method

public static ChangeThreesToSevens ( Instruction i ) : void
i Mono.Cecil.Cil.Instruction
return void

PatchModule() public static method

public static PatchModule ( Mono.Cecil.ModuleDefinition baseModule ) : void
baseModule Mono.Cecil.ModuleDefinition
return void