C# Class WarTornLands.Infrastructure.Systems.DialogSystem.Options

Shows in the dialog as a list of options from which the player can chose. (Yes/No scenarios)
Inheritance: ConversationItem
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Méthodes publiques

Méthode Description
Options ( List options ) : System
Trigger ( ) : void

Private Methods

Méthode Description
DecryptOptionsToString ( ) : string
OnEnter ( object sender, EventArgs e ) : void
OnScrollDown ( object sender, EventArgs e ) : void
OnScrollUp ( object sender, EventArgs e ) : void

Method Details

Options() public méthode

public Options ( List options ) : System
options List
Résultat System

Trigger() public méthode

public Trigger ( ) : void
Résultat void