C# Class Server.Mobiles.PlayerVendor.CollectGoldPrompt

Inheritance: Server.Prompts.Prompt
Mostra file Open project: Grimoric/RunUO.T2A

Public Methods

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

Private Methods

Method Description
GiveGold ( Mobile to, int amount ) : void

Method Details

CollectGoldPrompt() public method

public CollectGoldPrompt ( PlayerVendor vendor ) : System
vendor PlayerVendor
return System

OnCancel() public method

public OnCancel ( Mobile from ) : void
from Mobile
return void

OnResponse() public method

public OnResponse ( Mobile from, string text ) : void
from Mobile
text string
return void