C# Class CommandSelectionState, Unity-SRPG

Inheritance: BattleState
Exibir arquivo Open project: Policenaut/Unity-SRPG

Public Methods

Method Description
Enter ( ) : void
Exit ( ) : void

Protected Methods

Method Description
AddListeners ( ) : void
RemoveListeners ( ) : void

Private Methods

Method Description
OnMenuCancel ( object sender, System e ) : void
OnMenuSelection ( object sender, InfoEventArgs e ) : void

Method Details

AddListeners() protected method

protected AddListeners ( ) : void
return void

Enter() public method

public Enter ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

RemoveListeners() protected method

protected RemoveListeners ( ) : void
return void