C# Class Server.Items.GuildDeed.InternalPrompt

Inheritance: Server.Prompts.Prompt
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalPrompt ( GuildDeed deed ) : Server.Prompts
OnCancel ( Mobile from ) : void
OnResponse ( Mobile from, string text ) : void

Method Details

InternalPrompt() public method

public InternalPrompt ( GuildDeed deed ) : Server.Prompts
deed GuildDeed
return Server.Prompts

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