C# 클래스 VayneHunter_Reborn.Skills.Condemn.CondemnLogic

파일 보기 프로젝트 열기: DZ191/LeagueSharp

Private Properties

프로퍼티 타입 설명
Spellbook_OnCastSpell void
TrinketBush void

공개 메소드들

메소드 설명
Execute ( EventArgs args ) : void
GetCondemnTarget ( System.Vector3 fromPosition ) : Obj_AI_Base
OnLoad ( ) : void

비공개 메소드들

메소드 설명
Spellbook_OnCastSpell ( Spellbook sender, SpellbookCastSpellEventArgs args ) : void
TrinketBush ( System.Vector3 endPosition ) : void

메소드 상세

Execute() 공개 정적인 메소드

public static Execute ( EventArgs args ) : void
args System.EventArgs
리턴 void

GetCondemnTarget() 공개 정적인 메소드

public static GetCondemnTarget ( System.Vector3 fromPosition ) : Obj_AI_Base
fromPosition System.Vector3
리턴 Obj_AI_Base

OnLoad() 공개 정적인 메소드

public static OnLoad ( ) : void
리턴 void