ConceptCreator/testModel/gamesystems/ProductGamesystem/SimpleGamesystem 1.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 1",
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "A",
"stateDescription": ""
},
{
"initial": false,
"conditions": [],
"stateLabel": "B",
"stateDescription": ""
}
],
"transitions": [
{
"scriptAccountActions": [],
"scriptAccountConditions": [],
"startingState": "A",
"endingState": "B"
}
],
"templateType": 0
}