feat: loading spawned roses
This commit is contained in:
parent
2562567f47
commit
339b62faf7
2 changed files with 7 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue