ConceptCreator/testModel/gamesystems/ProductGamesystem/SimpleGamesystem 2.json
Sebastian Böckelmann de5b622e6d
Some checks failed
E2E Testing / test (push) Failing after 2m7s
Fix (hopefully) duplicate states inside generated gamesystems
2024-04-12 14:54:04 +02:00

27 lines
612 B
JSON

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