C# Class ZombieAPI.HookManager

Mostrar archivo Open project: jariz/jZm

Public Methods

Method Description
Destroy ( ) : void
Frame ( ) : void
Init ( IntPtr ProcessHandle, ZombieAPI You ) : void

Method Details

Destroy() public static method

public static Destroy ( ) : void
return void

Frame() public static method

public static Frame ( ) : void
return void

Init() public static method

public static Init ( IntPtr ProcessHandle, ZombieAPI You ) : void
ProcessHandle System.IntPtr
You ZombieAPI
return void