C# 클래스 Karthus.ModeBase

파일 보기 프로젝트 열기: Hellsing/EloBuddy-Addons

공개 메소드들

메소드 설명
Execute ( ) : bool
ShouldBeExecuted ( Orbwalker activeModes ) : bool

보호된 메소드들

메소드 설명
CastDefilePulse ( ) : bool
ModeBase ( Karthus instance ) : System

비공개 메소드들

메소드 설명
DeactivateAfterSpellCast ( Spell spell, GameObjectProcessSpellCastEventArgs args ) : void
DeactivateDefile ( EventArgs args ) : void

메소드 상세

CastDefilePulse() 보호된 메소드

protected CastDefilePulse ( ) : bool
리턴 bool

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : bool
리턴 bool

ModeBase() 보호된 메소드

protected ModeBase ( Karthus instance ) : System
instance Karthus
리턴 System

ShouldBeExecuted() 공개 추상적인 메소드

public abstract ShouldBeExecuted ( Orbwalker activeModes ) : bool
activeModes Orbwalker
리턴 bool