C# Class SunsetHigh.InteractionLinkedTreeNode

An extension of the interaction node with a list of responses. Used for NPC lines (which are linked to hero responses).
Inheritance: InteractionTreeNode
Afficher le fichier Open project: ErraticUnicorn/MOSH Class Usage Examples

Méthodes publiques

Свойство Type Description
responses List

Méthodes publiques

Méthode Description
InteractionLinkedTreeNode ( ) : System

Method Details

InteractionLinkedTreeNode() public méthode

public InteractionLinkedTreeNode ( ) : System
Résultat System

Property Details

responses public_oe property

public List responses
Résultat List