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
Datei anzeigen Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Properties

Property Type Description
responses List

Public Methods

Method Description
InteractionLinkedTreeNode ( ) : System

Method Details

InteractionLinkedTreeNode() public method

public InteractionLinkedTreeNode ( ) : System
return System

Property Details

responses public_oe property

public List responses
return List