C# Class DZOrianna.Utility.PetHandler

Afficher le fichier Open project: DZ191/LeagueSharp

Méthodes publiques

Méthode Description
OnLoad ( ) : void
ProcessCommand ( Command command ) : void
ProcessCommandList ( List commands ) : void

Private Methods

Méthode Description
OnProcessSCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnUpdate ( EventArgs args ) : void

Method Details

OnLoad() public méthode

public OnLoad ( ) : void
Résultat void

ProcessCommand() public méthode

public ProcessCommand ( Command command ) : void
command Command
Résultat void

ProcessCommandList() public méthode

public ProcessCommandList ( List commands ) : void
commands List
Résultat void