ConceptCreator/testModel/gamesystems/ProductTemplate/SimpleTemplate 1.json
Sebastian Böckelmann 7acf334db9
All checks were successful
E2E Testing / test (push) Successful in 1m31s
Pass TemplateReference to ProductState and productTransition Editor
2024-04-13 07:47:04 +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
}