C# Class MorphlingAnnihilation.Program

Afficher le fichier Open project: JumpAttacker/EnsageSharp

Méthodes publiques

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

Private Methods

Méthode Description
Drawing_OnDraw ( EventArgs args ) : void
GetRealCastRange ( Ability ability ) : float
Main ( ) : void
OnUpdate ( EventArgs args ) : void

Method Details

ClosestToMouse() public static méthode

public static ClosestToMouse ( Hero source, float range = 600 ) : Hero
source Hero
range float
Résultat Hero

Print() public static méthode

public static Print ( string str, bool print = false ) : void
str string
print bool
Résultat void