C# 클래스 AutoSharp.Program

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

공개 프로퍼티들

프로퍼티 타입 설명
Config LeagueSharp.Common.Menu
Map Utility.Map.MapType
Orbwalker AutoSharp.Utils.MyOrbwalker.Orbwalker

공개 메소드들

메소드 설명
AntiShrooms ( Obj_AI_Base sender, GameObjectIssueOrderEventArgs args ) : void
Init ( ) : void
Main ( string args ) : void
OnDamage ( AttackableUnit sender, AttackableUnitDamageEventArgs args ) : void

비공개 메소드들

메소드 설명
AdvancedLoading ( EventArgs args ) : void
AntiShrooms2 ( EventArgs args ) : void
OnCastSpell ( Spellbook sender, SpellbookCastSpellEventArgs args ) : void
OnEnd ( GameEndEventArgs args ) : void

메소드 상세

AntiShrooms() 공개 정적인 메소드

public static AntiShrooms ( Obj_AI_Base sender, GameObjectIssueOrderEventArgs args ) : void
sender Obj_AI_Base
args GameObjectIssueOrderEventArgs
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

OnDamage() 공개 정적인 메소드

public static OnDamage ( AttackableUnit sender, AttackableUnitDamageEventArgs args ) : void
sender AttackableUnit
args AttackableUnitDamageEventArgs
리턴 void

프로퍼티 상세

Config 공개적으로 정적으로 프로퍼티

public static Menu,LeagueSharp.Common Config
리턴 LeagueSharp.Common.Menu

Map 공개적으로 정적으로 프로퍼티

public static Utility.Map.MapType Map
리턴 Utility.Map.MapType

Orbwalker 공개적으로 정적으로 프로퍼티

public static MyOrbwalker.Orbwalker,AutoSharp.Utils Orbwalker
리턴 AutoSharp.Utils.MyOrbwalker.Orbwalker