예제 #1
0
 public void Enable()
 {
     CodeCavePatch.Enable();
     HookPatch.Enable();
 }
예제 #2
0
 public void Disable()
 {
     CodeCavePatch.Disable();
     HookPatch.Disable();
 }