Server.Items.WaterElementalWand.OnWandUse C# (CSharp) Method

OnWandUse() public method

public OnWandUse ( Mobile from ) : void
from Mobile
return void
        public override void OnWandUse(Mobile from)
        {
            Cast(new WaterElementalSpell(from, this));
        }
    }