C# 클래스 NidaleeBuddyEvolution.Events

파일 보기 프로젝트 열기: KarmaPanda/EloBuddy

공개 메소드들

메소드 설명
AutoE ( EventArgs args ) : void

Automatically Heals Player and Allies

JungleSteal ( EventArgs args ) : void

Steals Jungle Mobs

KillSteal ( EventArgs args ) : void

Steals Kills if possible

SpellsOnUpdate ( EventArgs args ) : void

Updates the spell timers on update.

비공개 메소드들

메소드 설명
StealJungle ( Obj_AI_Base mob ) : void

Executes the Spells to steal jungle

메소드 상세

AutoE() 공개 정적인 메소드

Automatically Heals Player and Allies
public static AutoE ( EventArgs args ) : void
args System.EventArgs
리턴 void

JungleSteal() 공개 정적인 메소드

Steals Jungle Mobs
public static JungleSteal ( EventArgs args ) : void
args System.EventArgs
리턴 void

KillSteal() 공개 정적인 메소드

Steals Kills if possible
public static KillSteal ( EventArgs args ) : void
args System.EventArgs
리턴 void

SpellsOnUpdate() 공개 정적인 메소드

Updates the spell timers on update.
public static SpellsOnUpdate ( EventArgs args ) : void
args System.EventArgs The Args
리턴 void