Server.Items.DecayedCorpse.CheckContentDisplay C# (CSharp) Méthode

CheckContentDisplay() public méthode

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