C# Class Server.Engines.Help.ContainedMenu

Inheritance: Server.Menus.Questions.QuestionMenu
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

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

Method Details

ContainedMenu() public méthode

public ContainedMenu ( Mobile from ) : System
from Mobile
Résultat System

OnCancel() public méthode

public OnCancel ( Server.Network.NetState state ) : void
state Server.Network.NetState
Résultat void

OnResponse() public méthode

public OnResponse ( Server.Network.NetState state, int index ) : void
state Server.Network.NetState
index int
Résultat void