C# 클래스 Patcher.MyVersusRoundResults

파일 보기 프로젝트 열기: Jonesey13/TF-8-Player 1 사용 예제들

공개 메소드들

메소드 설명
ChangeThreeToSeven ( Instruction i ) : void
ChangeThreesToSevens ( Instruction i ) : void
PatchModule ( Mono.Cecil.ModuleDefinition baseModule ) : void

메소드 상세

ChangeThreeToSeven() 공개 정적인 메소드

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

ChangeThreesToSevens() 공개 정적인 메소드

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

PatchModule() 공개 정적인 메소드

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