C# Class cleanLayer.Library.Combat.HarmfulSpellAction

Inheritance: SpellAction
Afficher le fichier Open project: Vipeax/cleanLayer

Méthodes publiques

Méthode Description
Execute ( ) : void
ExecuteEx ( WoWUnit unit ) : void
HarmfulSpellAction ( Brain brain, int priority, string spellName = null, int range = 5 ) : System

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteEx() public méthode

public ExecuteEx ( WoWUnit unit ) : void
unit cleanCore.WoWUnit
Résultat void

HarmfulSpellAction() public méthode

public HarmfulSpellAction ( Brain brain, int priority, string spellName = null, int range = 5 ) : System
brain Brain
priority int
spellName string
range int
Résultat System