LineHandler
Inherits from
System.MulticastDelegate
public delegate void LineHandler(Line line);
- NodeCompleteHandler: Represents the method that is called when the Dialogue reaches the end of a node.
- DialogueCompleteHandler: Represents the method that is called when the dialogue has reached its end, and no more code remains to be run.
Last modified 1yr ago