20 lines
451 B
JSON
20 lines
451 B
JSON
|
{
|
||
|
"componentName": "Characterstimmung",
|
||
|
"componentDescription": "",
|
||
|
"states": [
|
||
|
{
|
||
|
"initial": true,
|
||
|
"conditions": [],
|
||
|
"stateLabel": "Fröhlich",
|
||
|
"stateDescription": ""
|
||
|
},
|
||
|
{
|
||
|
"initial": false,
|
||
|
"conditions": [],
|
||
|
"stateLabel": "Wütend",
|
||
|
"stateDescription": ""
|
||
|
}
|
||
|
],
|
||
|
"transitions": [],
|
||
|
"templateType": 1
|
||
|
}
|