C# 클래스 AutoSharp.Plugins.Taric

상속: PluginBase
파일 보기 프로젝트 열기: myo/Experimental

공개 메소드들

메소드 설명
ComboMenu ( LeagueSharp.Common.Menu config ) : void
HarassMenu ( LeagueSharp.Common.Menu config ) : void
InterruptMenu ( LeagueSharp.Common.Menu config ) : void
OnEnemyGapcloser ( LeagueSharp.Common.ActiveGapcloser gapcloser ) : void
OnPossibleToInterrupt ( Obj_AI_Hero unit, LeagueSharp.Common.Interrupter2 spell ) : void
OnUpdate ( EventArgs args ) : void
Taric ( ) : System

메소드 상세

ComboMenu() 공개 메소드

public ComboMenu ( LeagueSharp.Common.Menu config ) : void
config LeagueSharp.Common.Menu
리턴 void

HarassMenu() 공개 메소드

public HarassMenu ( LeagueSharp.Common.Menu config ) : void
config LeagueSharp.Common.Menu
리턴 void

InterruptMenu() 공개 메소드

public InterruptMenu ( LeagueSharp.Common.Menu config ) : void
config LeagueSharp.Common.Menu
리턴 void

OnEnemyGapcloser() 공개 메소드

public OnEnemyGapcloser ( LeagueSharp.Common.ActiveGapcloser gapcloser ) : void
gapcloser LeagueSharp.Common.ActiveGapcloser
리턴 void

OnPossibleToInterrupt() 공개 메소드

public OnPossibleToInterrupt ( Obj_AI_Hero unit, LeagueSharp.Common.Interrupter2 spell ) : void
unit Obj_AI_Hero
spell LeagueSharp.Common.Interrupter2
리턴 void

OnUpdate() 공개 메소드

public OnUpdate ( EventArgs args ) : void
args System.EventArgs
리턴 void

Taric() 공개 메소드

public Taric ( ) : System
리턴 System