C# Class Server.Spells.Third.MagicLockSpell

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

Méthodes publiques

Méthode Description
MagicLockSpell ( Mobile caster, Item scroll ) : Server.Targeting
OnCast ( ) : void
Target ( Server.Items.LockableContainer targ ) : void

Method Details

MagicLockSpell() public méthode

public MagicLockSpell ( Mobile caster, Item scroll ) : Server.Targeting
caster Mobile
scroll Item
Résultat Server.Targeting

OnCast() public méthode

public OnCast ( ) : void
Résultat void

Target() public méthode

public Target ( Server.Items.LockableContainer targ ) : void
targ Server.Items.LockableContainer
Résultat void