C# Class Server.Mobiles.PlayerVendor.CollectGoldPrompt

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

Méthodes publiques

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

Private Methods

Méthode Description
GiveGold ( Mobile to, int amount ) : void

Method Details

CollectGoldPrompt() public méthode

public CollectGoldPrompt ( PlayerVendor vendor ) : System
vendor PlayerVendor
Résultat System

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