This commit is contained in:
2025-07-25 13:25:48 +02:00
parent f2079c7c3d
commit 181a81a84a
11 changed files with 190 additions and 214 deletions

View File

@@ -0,0 +1,11 @@
module playcmds
import freeflowuniverse.herolib.core.playbook
@[params]
pub struct PlayArgs {
pub mut:
heroscript string
heroscript_path string
plbook ?playbook.PlayBook
reset bool
}