ConceptCreator/testModel/gamesystems/ProductTemplate/SimpleTemplate 2.json

28 lines
639 B
JSON
Raw Normal View History

2024-04-13 06:43:54 +02:00
{
"componentName": "SimpleTemplate 2",
2024-04-13 06:43:54 +02:00
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "A",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "B",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "A",
"endingState": "B",
"actionMap": {}
}
],
2024-04-13 06:43:54 +02:00
"templateType": 1
}