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
Mostrar archivo Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
Options ( List options ) : System
Trigger ( ) : void

Private Methods

Method 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 method

public Options ( List options ) : System
options List
return System

Trigger() public method

public Trigger ( ) : void
return void