C# Class Patcher.MyVersusRoundResults

Afficher le fichier Open project: Jonesey13/TF-8-Player Class Usage Examples

Méthodes publiques

Méthode Description
ChangeThreeToSeven ( Instruction i ) : void
ChangeThreesToSevens ( Instruction i ) : void
PatchModule ( Mono.Cecil.ModuleDefinition baseModule ) : void

Method Details

ChangeThreeToSeven() public static méthode

public static ChangeThreeToSeven ( Instruction i ) : void
i Mono.Cecil.Cil.Instruction
Résultat void

ChangeThreesToSevens() public static méthode

public static ChangeThreesToSevens ( Instruction i ) : void
i Mono.Cecil.Cil.Instruction
Résultat void

PatchModule() public static méthode

public static PatchModule ( Mono.Cecil.ModuleDefinition baseModule ) : void
baseModule Mono.Cecil.ModuleDefinition
Résultat void