C# Class Server.Mobiles.PlayerMobile.ItemInsuranceMenuConfirmGump

Inheritance: Server.Gumps.Gump
ファイルを表示 Open project: felladrin/last-wish

Public Methods

Method Description
ItemInsuranceMenuConfirmGump ( PlayerMobile from, Item items, bool insure, int page ) : System
OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void

Method Details

ItemInsuranceMenuConfirmGump() public method

public ItemInsuranceMenuConfirmGump ( PlayerMobile from, Item items, bool insure, int page ) : System
from PlayerMobile
items Item
insure bool
page int
return System

OnResponse() public method

public OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
sender Server.Network.NetState
info Server.Gumps.RelayInfo
return void