Loading...
Class in Yarn.Unity
Inherits from System.Object
System.Object
public class DialogueOption
The ID of this dialogue option
Indicates whether this value should be presented as available or not.
The line for this dialogue option
The ID of the dialogue option's text
Field in
public string TextID = "<unknown>";
public bool IsAvailable;
public LocalizedLine Line = LocalizedLine.InvalidLine;
public int DialogueOptionID;