feat: loading spawned roses

This commit is contained in:
Gerard Gascón 2024-04-17 10:16:55 +02:00
parent 2562567f47
commit 339b62faf7
2 changed files with 7 additions and 3 deletions

View file

@ -29,7 +29,7 @@ namespace View {
PlayerPrefsRepository repository = new();
Saver = new SaveGame(repository, Score);
Loader = new LoadGame(repository, Score, inputCollections);
Loader = new LoadGame(repository, Score, inputCollections, spawner);
}
}
}