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

OnSingleClick() public method

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
return void
		public override void OnSingleClick( Mobile from )
		{
			this.LabelTo( from, 1046414, Name ); // the remains of ~1_NAME~
		}