DSL interpretation is working now. Changed map to be within GameData.
This commit is contained in:
@@ -10,6 +10,7 @@ public abstract class ProgramNode
|
||||
}
|
||||
|
||||
public abstract bool Execute(Robot robot);
|
||||
public abstract void ReadParameters(NodeDisplay display);
|
||||
public void LinkNode(ProgramNode nextNode)
|
||||
{
|
||||
this.nextNode = nextNode;
|
||||
|
||||
Reference in New Issue
Block a user