ConceptCreator/testModel/gamesystems/Producttest/Letters.json
Sebastian Böckelmann c127a0122f
All checks were successful
E2E Testing / test (push) Successful in 1m30s
Display Characterspecific ProductTransitions
2024-04-14 11:59:30 +02:00

27 lines
601 B
JSON

{
"componentName": "Letters",
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "A",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "B",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "A",
"endingState": "B"
}
],
"templateType": 0
}