ConceptCreator/testModel/gamesystems/ProductGamesystem/SimpleGamesystem 2.json

27 lines
612 B
JSON
Raw Normal View History

{
"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
}