issue-5-product-gamesystems #10

Merged
sebastian merged 31 commits from issue-5-product-gamesystems into main 2024-02-16 17:00:29 +00:00
Showing only changes of commit d219c2180b - Show all commits

View File

@ -162,7 +162,7 @@ export class AppComponent implements OnInit{
weather_season.addChildGamesystem(weather);
weather_season.addChildGamesystem(season);
weather_season.createState(ProductState.computeProductStateLabel([springState!, sunnyState!]), "", [springState!, sunnyState!]);
weather_season.createState([springState!, sunnyState!]);
this.gameModel.addGamesystem(weather_season);
}