Separate bomb logic
This commit is contained in:
@@ -34,6 +34,8 @@ namespace Scopes
|
||||
new ObjectPoolService(this.gameVariables.gemsPrefabs, this.gemsHolder),
|
||||
Lifetime.Scoped);
|
||||
|
||||
builder.Register<IBombService, BombService>(Lifetime.Scoped);
|
||||
|
||||
builder.Register<ScorePresenter>(Lifetime.Scoped);
|
||||
builder.Register<IGameBoardService, GameBoardService>(Lifetime.Scoped).AsImplementedInterfaces();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user