@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
23 lines (22 loc) • 375 B
JSON
{
"Comment": "Top Secret State Machine",
"name": "Top Secret State Machine",
"version": "1.0",
"StartAt": "JustAState",
"categories": ["fire"],
"instigators": ["user"],
"States": {
"JustAState": {
"Type": "Pass",
"End": true
}
},
"restrictions": [
{
"roleId": "topSecretRole",
"allows": [
"*"
]
}
]
}