C# Class Server.Mobiles.TownCrierLinesPrompt

Inheritance: Server.Prompts.Prompt
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
OnCancel ( Mobile from ) : void
OnResponse ( Mobile from, string text ) : void
TownCrierLinesPrompt ( ITownCrierEntryList owner, TownCrierEntry entry, List lines, System.TimeSpan duration ) : System

Method Details

OnCancel() public méthode

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

OnResponse() public méthode

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

TownCrierLinesPrompt() public méthode

public TownCrierLinesPrompt ( ITownCrierEntryList owner, TownCrierEntry entry, List lines, System.TimeSpan duration ) : System
owner ITownCrierEntryList
entry TownCrierEntry
lines List
duration System.TimeSpan
Résultat System