C# Class Server.Mobiles.PlayerVendor.VendorPricePrompt

Inheritance: Server.Prompts.Prompt
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
OnCancel ( Mobile from ) : void
OnResponse ( Mobile from, string text ) : void
VendorPricePrompt ( PlayerVendor vendor, VendorItem vi ) : System

Private Methods

Méthode Description
SetInfo ( Mobile from, int price, string description ) : void

Method Details

OnCancel() public méthode

public OnCancel ( Mobile from ) : void
from Mobile
Résultat void

OnResponse() public méthode

public OnResponse ( Mobile from, string text ) : void
from Mobile
text string
Résultat void

VendorPricePrompt() public méthode

public VendorPricePrompt ( PlayerVendor vendor, VendorItem vi ) : System
vendor PlayerVendor
vi VendorItem
Résultat System