C# Class Server.Spells.Sixth.MarkSpell

Inheritance: Spell
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
CheckCast ( ) : bool
MarkSpell ( Mobile caster, Item scroll ) : Server.Items
OnCast ( ) : void
Target ( RecallRune rune ) : void

Method Details

CheckCast() public méthode

public CheckCast ( ) : bool
Résultat bool

MarkSpell() public méthode

public MarkSpell ( Mobile caster, Item scroll ) : Server.Items
caster Mobile
scroll Item
Résultat Server.Items

OnCast() public méthode

public OnCast ( ) : void
Résultat void

Target() public méthode

public Target ( RecallRune rune ) : void
rune Server.Items.RecallRune
Résultat void