C# Class MInGamePage, Madness

Inheritance: MPage
Mostra file Open project: MattRix/Madness Class Usage Examples

Public Methods

Method Description
HandleAddedToStage ( ) : void
HandleRemovedFromStage ( ) : void
MInGamePage ( ) : System
ShowWin ( ) : void
Start ( ) : void

Private Methods

Method Description
HandleStartButtonRelease ( FButton, button ) : void

Method Details

HandleAddedToStage() public method

public HandleAddedToStage ( ) : void
return void

HandleRemovedFromStage() public method

public HandleRemovedFromStage ( ) : void
return void

MInGamePage() public method

public MInGamePage ( ) : System
return System

ShowWin() public method

public ShowWin ( ) : void
return void

Start() public method

public Start ( ) : void
return void