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

28 lines
639 B
JSON
Raw Normal View History

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