ConceptCreator/testModel/gamesystems/Producttest/Numbers.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

26 lines
578 B
JSON

{
"componentName": "Numbers",
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "1",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "2",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "1",
"endingState": "2"
}
]
}