ConceptCreator/testModel/gamesystems/Weather.json
Sebastian Böckelmann 511043b764
All checks were successful
E2E Testing / test (push) Successful in 1m29s
Replace primary color with blue color in editor btns
2024-03-18 16:09:03 +01:00

13 lines
280 B
JSON

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