C# Class cleanLayer.Library.Combat.SpellAction

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

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

SpellAction() public méthode

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