C# Class CommandSelectionState, Unity-SRPG

Inheritance: BattleState
Afficher le fichier Open project: Policenaut/Unity-SRPG

Méthodes publiques

Méthode Description
Enter ( ) : void
Exit ( ) : void

Méthodes protégées

Méthode Description
AddListeners ( ) : void
RemoveListeners ( ) : void

Private Methods

Méthode Description
OnMenuCancel ( object sender, System e ) : void
OnMenuSelection ( object sender, InfoEventArgs e ) : void

Method Details

AddListeners() protected méthode

protected AddListeners ( ) : void
Résultat void

Enter() public méthode

public Enter ( ) : void
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

RemoveListeners() protected méthode

protected RemoveListeners ( ) : void
Résultat void