ConceptCreator/testModel/gamesystems/ProductGamesystem/ProductGamesystem.json
Sebastian Böckelmann 743af8c0a1
All checks were successful
E2E Testing / test (push) Successful in 1m34s
Serialize and Load Gernation Settings of Gamesystems
2024-04-19 20:13:13 +02:00

13 lines
258 B
JSON

{
"componentName": "ProductGamesystem",
"componentDescription": "",
"childsystems": [
{
"componentName": "Letter"
},
{
"componentName": "Number"
}
],
"generateIsolatedStates": true
}