C# Class Server.Mobiles.TownCrierLinesPrompt

Inheritance: Server.Prompts.Prompt
Exibir arquivo Open project: Grimoric/RunUO.T2A

Public Methods

Method 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 method

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

OnResponse() public method

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

TownCrierLinesPrompt() public method

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