Added new nodes to DSL for a wider variety of commands and scripts.
This commit is contained in:
@@ -3,6 +3,7 @@ using Godot;
|
||||
public abstract class ProgramNode
|
||||
{
|
||||
public ProgramNode nextNode;
|
||||
public ProgramNode previousNode;
|
||||
public string DisplayText;
|
||||
public string lastExecutionMessage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user