ConceptCreator/testModel/gamesystems/Weather.json

13 lines
280 B
JSON
Raw Normal View History

{
"componentName": "Weather",
"componentDescription": "",
"states": [
{
"initial": false,
"conditions": [],
"stateLabel": "Sonnig",
"stateDescription": "Die Sonne scheint"
}
],
"transitions": []
}