C# Class Server.Commands.CommandHandlers.ViewEqTarget.EquipMenu

Inheritance: Server.Menus.ItemLists.ItemListMenu
Mostrar archivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
EquipMenu ( Mobile from, Mobile m, ItemListEntry entries ) : System
OnResponse ( Server.Network.NetState state, int index ) : void

Method Details

EquipMenu() public method

public EquipMenu ( Mobile from, Mobile m, ItemListEntry entries ) : System
from Mobile
m Mobile
entries Server.Menus.ItemLists.ItemListEntry
return System

OnResponse() public method

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