Enum in Yarn
Inherits from System.Enum
Represents different kinds of variables that can be fetched from a Dialogue using TryGetValue(string,T) .
The variable's value is computed at run-time, and is not persisted to disk.
The variable's value is stored in memory, and may be persisted to disk.
The kind of the variable cannot be determined. It may not be known to the system.