C# Class StageSelectPresenter, Born_to_Beans_src

Inheritance: RuleSelectPartPresenter
Mostra file Open project: TORISOUP/Born_to_Beans_src

Public Methods

Method Description
Back ( ) : void
Next ( ) : void
Show ( ) : void
StageSelect ( StageEnum id ) : void
StageSelectDone ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

Back() public method

public Back ( ) : void
return void

Next() public method

public Next ( ) : void
return void

Show() public method

public Show ( ) : void
return void

StageSelect() public method

public StageSelect ( StageEnum id ) : void
id StageEnum
return void

StageSelectDone() public method

public StageSelectDone ( ) : void
return void