C# 클래스 AkaCore.Features.Orbwalk.AutoCatch.Events

상속: IModule
파일 보기 프로젝트 열기: Kysamaa/EloBuddy

공개 메소드들

메소드 설명
GetModuleType ( ) : ModuleType
OnExecute ( ) : void
OnLoad ( ) : void
ShouldGetExecuted ( ) : bool

비공개 메소드들

메소드 설명
Drawing_OnDraw ( EventArgs args ) : void
GameObject_OnCreate ( GameObject sender, EventArgs args ) : void
GameObject_OnDelete ( GameObject sender, EventArgs args ) : void
Game_OnUpdate ( EventArgs args ) : void
Obj_AI_Base_OnNewPath ( Obj_AI_Base sender, GameObjectNewPathEventArgs args ) : void

메소드 상세

GetModuleType() 공개 메소드

public GetModuleType ( ) : ModuleType
리턴 ModuleType

OnExecute() 공개 메소드

public OnExecute ( ) : void
리턴 void

OnLoad() 공개 메소드

public OnLoad ( ) : void
리턴 void

ShouldGetExecuted() 공개 메소드

public ShouldGetExecuted ( ) : bool
리턴 bool