C# Class Server.Gumps.RunebookGump.InternalPrompt

Inheritance: Server.Prompts.Prompt
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
InternalPrompt ( Runebook book ) : System
OnCancel ( Mobile from ) : void
OnResponse ( Mobile from, string text ) : void

Method Details

InternalPrompt() public method

public InternalPrompt ( Runebook book ) : System
book Server.Items.Runebook
return System

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