C# Class Server.Engines.Help.ContainedMenu

Inheritance: Server.Menus.Questions.QuestionMenu
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
ContainedMenu ( Mobile from ) : System
OnCancel ( Server.Network.NetState state ) : void
OnResponse ( Server.Network.NetState state, int index ) : void

Method Details

ContainedMenu() public method

public ContainedMenu ( Mobile from ) : System
from Mobile
return System

OnCancel() public method

public OnCancel ( Server.Network.NetState state ) : void
state Server.Network.NetState
return void

OnResponse() public method

public OnResponse ( Server.Network.NetState state, int index ) : void
state Server.Network.NetState
index int
return void