Class BiogFile.Question
Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
public class Question
Constructors
| Improve this Doc View SourceQuestion()
Declaration
public Question()
Fields
| Improve this Doc View Sourcelines
Declaration
public const int lines = 2
Field Value
Type | Description |
---|---|
Int32 |
Properties
| Improve this Doc View SourceAnswers
Declaration
public List<BiogFile.Answer> Answers { get; }
Property Value
Type | Description |
---|---|
List<BiogFile.Answer> |
Text
Declaration
public string[] Text { get; }
Property Value
Type | Description |
---|---|
String[] |