ConceptCreator/testModel/gamesystems/Characterstimmung.json
Sebastian Böckelmann 5f59726bdd
All checks were successful
E2E Testing / test (push) Successful in 1m55s
Serialize Template Transition
2024-04-11 17:31:58 +02:00

28 lines
667 B
JSON

{
"componentName": "Characterstimmung",
"componentDescription": "",
"states": [
{
"initial": true,
"conditions": [],
"stateLabel": "Fröhlich",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "Wütend",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "Fröhlich",
"endingState": "Wütend",
"actionMap": {}
}
],
"templateType": 1
}