Server.Items.BasePoisonPotion.DoPoison C# (CSharp) Method

DoPoison() public method

public DoPoison ( Server.Mobile from ) : void
from Server.Mobile
return void
		public void DoPoison( Mobile from )
		{
			from.ApplyPoison( from, Poison );
		}