C# Class Nasus.StateHandler

Datei anzeigen Open project: KarmaPanda/EloBuddy Class Usage Examples

Public Methods

Method Description
Combo ( ) : void

Does Combo

Harass ( ) : void

Does Harass

LaneClear ( ) : void

Does LaneClear

LastHit ( Obj_AI_Base minion = null ) : void

Does LastHit

Method Details

Combo() public static method

Does Combo
public static Combo ( ) : void
return void

Harass() public static method

Does Harass
public static Harass ( ) : void
return void

LaneClear() public static method

Does LaneClear
public static LaneClear ( ) : void
return void

LastHit() public static method

Does LastHit
public static LastHit ( Obj_AI_Base minion = null ) : void
minion Obj_AI_Base
return void