DSL interpretation is working now. Changed map to be within GameData.

This commit is contained in:
=
2026-04-29 12:33:53 +02:00
parent 2f922b5e04
commit 17057487d6
7 changed files with 35 additions and 5 deletions
+5
View File
@@ -18,4 +18,9 @@ public class HarvestNode : ProgramNode
return true;
}
}
public override void ReadParameters(NodeDisplay display)
{
//
}
}