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