This commit is contained in:
2025-08-18 17:17:10 +02:00
parent 75d20fd8e1
commit 7e33acb425

View File

@@ -29,6 +29,7 @@ fn obj_init(mycfg_ Workspace) !Workspace {
pub fn heroscript_loads(heroscript string) !Workspace {
// TODO: go from heroscript to object
//load playbook, and manually get the params out of the actions & fill in the object
$dbg;
return obj
}