Server.Engines.Craft.DefTinkering.PlayCraftEffect C# (CSharp) Method

PlayCraftEffect() public method

public PlayCraftEffect ( Mobile from ) : void
from Mobile
return void
		public override void PlayCraftEffect( Mobile from )
		{
			// no sound
			//from.PlaySound( 0x241 );
		}