Reworked node display and worked on DSL interpretation
This commit is contained in:
@@ -9,7 +9,7 @@ public abstract class ProgramNode
|
||||
|
||||
}
|
||||
|
||||
public abstract void Execute(Robot robot);
|
||||
public abstract bool Execute(Robot robot);
|
||||
public void LinkNode(ProgramNode nextNode)
|
||||
{
|
||||
this.nextNode = nextNode;
|
||||
|
||||
Reference in New Issue
Block a user