....
This commit is contained in:
11
lib/core/playcmds/playargs.v
Normal file
11
lib/core/playcmds/playargs.v
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user