Server.Items.FireFieldWand.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)
        {
            Cast(new FireFieldSpell(from, this));
        }
    }