ConceptCreator/testModel/gamesystems/Characterstimmung.json
Sebastian Böckelmann 61e3e90395
Some checks failed
E2E Testing / test (push) Failing after 1m52s
Consider TemplateType of Gamesystems to load and store
2024-04-11 13:56:13 +02:00

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
}