ConceptCreator/testModel/gamesystems/ProductTemplate/SimpleTemplate 1.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 2",
2024-04-13 06:43:54 +02:00
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
2024-04-13 09:42:37 +02:00
"stateLabel": "A",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
2024-04-13 09:42:37 +02:00
"stateLabel": "B",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
2024-04-13 09:42:37 +02:00
"startingState": "A",
"endingState": "B",
"actionMap": {}
}
],
2024-04-13 06:43:54 +02:00
"templateType": 1
}