Server.Gumps.AdminGump.AddTagNamePrompt.OnResponse C# (CSharp) Méthode

OnResponse() public méthode

public OnResponse ( Mobile from, string text ) : void
from Mobile
text string
Résultat void
			public override void OnResponse( Mobile from, string text )
			{
				from.Prompt = new AddTagValuePrompt( m_Account, text );
				from.SendMessage( "Enter the new tag value." );
			}
		}