Server.Items.DecayedCorpse.CheckContentDisplay C# (CSharp) Method

CheckContentDisplay() public method

public CheckContentDisplay ( Server.Mobile from ) : bool
from Server.Mobile
return bool
		public override bool CheckContentDisplay( Mobile from )
		{
			return false;
		}