ConceptCreator/testModel/gamesystems/ProductTemplate/SimpleTemplate 2.json
Sebastian Böckelmann 2f00109781
All checks were successful
E2E Testing / test (push) Successful in 1m37s
Swap Order of SimpleTemplates
2024-04-13 09:42:37 +02:00

28 lines
639 B
JSON

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