C# Class UpgradePanel, PoofParadise

Inheritance: GamePanel
Mostrar archivo Open project: CatalystOfNostalgia/PoofParadise Class Usage Examples

Public Properties

Property Type Description
building Building,
buttons Button[]
upgradePanel UpgradePanel,

Public Methods

Method Description
GeneratePanel ( ) : void
Show ( Building, target ) : void
Start ( ) : void
setFont ( ) : void

Private Methods

Method Description
UpgradeBuilding ( ) : void

Method Details

GeneratePanel() public method

public GeneratePanel ( ) : void
return void

Show() public method

public Show ( Building, target ) : void
target Building,
return void

Start() public method

public Start ( ) : void
return void

setFont() public method

public setFont ( ) : void
return void

Property Details

building public_oe property

public Building, building
return Building,

buttons public_oe property

public Button[] buttons
return Button[]

upgradePanel public_oe static_oe property

public static UpgradePanel, upgradePanel
return UpgradePanel,