Server.Items.FireballWand.OnWandUse C# (CSharp) Méthode

OnWandUse() public méthode

public OnWandUse ( Mobile from ) : void
from Mobile
Résultat void
        public override void OnWandUse(Mobile from)
        {
            this.Cast(new FireballSpell(from, this));
        }
    }