C# Class DestroyPanel, PoofParadise

Inheritance: GamePanel
Datei anzeigen Open project: CatalystOfNostalgia/PoofParadise

Public Properties

Property Type Description
building Building,
buttons Button[]
destroyPanel DestroyPanel,

Public Methods

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

Private Methods

Method Description
DestroyBuilding ( ) : 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[]

destroyPanel public_oe static_oe property

public static DestroyPanel, destroyPanel
return DestroyPanel,