Property in Dialogue
Gets or sets the OptionsHandler that is called when a set of options are ready to be shown to the user.
public OptionsHandler? OptionsHandler { get; set; }The Options Handler delivers an to the game. Before can be called to resume execution, must be called to indicate which was selected by the user. If is not called, an exception is thrown.