C# Class MorphlingAnnihilation.Program

Datei anzeigen Open project: JumpAttacker/EnsageSharp

Public Methods

Method Description
ClosestToMouse ( Hero source, float range = 600 ) : Hero
Print ( string str, bool print = false ) : void

Private Methods

Method Description
Drawing_OnDraw ( EventArgs args ) : void
GetRealCastRange ( Ability ability ) : float
Main ( ) : void
OnUpdate ( EventArgs args ) : void

Method Details

ClosestToMouse() public static method

public static ClosestToMouse ( Hero source, float range = 600 ) : Hero
source Hero
range float
return Hero

Print() public static method

public static Print ( string str, bool print = false ) : void
str string
print bool
return void