C# 클래스 Game.EntryPoint

파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook

공개 메소드들

메소드 설명
InstallGameHooks ( ) : void
UninstallGameHooks ( ) : void

비공개 메소드들

메소드 설명
AttachInterpreters ( GameContext context ) : void
AttachTransformers ( GameContext context ) : void
CreateManagers ( GameContext context ) : void
CreateProviders ( GameContext context ) : void
CreateStates ( GameContext context ) : void
InstallHooks ( GameContext context ) : void
UninstallHooks ( GameContext context ) : void

메소드 상세

InstallGameHooks() 공개 정적인 메소드

public static InstallGameHooks ( ) : void
리턴 void

UninstallGameHooks() 공개 정적인 메소드

public static UninstallGameHooks ( ) : void
리턴 void