Server.Items.BasePlayerBB.SetTitlePrompt.OnCancel C# (CSharp) Method

OnCancel() public method

public OnCancel ( Server.Mobile from ) : void
from Server.Mobile
return void
			public override void OnCancel( Mobile from )
			{
				OnResponse( from, "" );
			}
BasePlayerBB.SetTitlePrompt