C# Class Server.Prompts.Prompt

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
OnCancel ( Server.Mobile from ) : void
OnResponse ( Server.Mobile from, string text ) : void

Méthodes protégées

Méthode Description
Prompt ( )

Method Details

OnCancel() public méthode

public OnCancel ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

OnResponse() public méthode

public OnResponse ( Server.Mobile from, string text ) : void
from Server.Mobile
text string
Résultat void

Prompt() protected méthode

protected Prompt ( )