C# Class Server.Prompts.Prompt

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
OnCancel ( Server.Mobile from ) : void
OnResponse ( Server.Mobile from, string text ) : void

Protected Methods

Method Description
Prompt ( )

Method Details

OnCancel() public method

public OnCancel ( Server.Mobile from ) : void
from Server.Mobile
return void

OnResponse() public method

public OnResponse ( Server.Mobile from, string text ) : void
from Server.Mobile
text string
return void

Prompt() protected method

protected Prompt ( )