[Add] GameLoop base
This commit is contained in:
@@ -63,7 +63,7 @@ namespace YachtDice.UI
|
||||
private void Start()
|
||||
{
|
||||
_dicePanelPresenter = new DicePanelPresenter(dicePanelView, _gameLoopController, _diceManager);
|
||||
_scoreCardPresenter = new ScoreCardPresenter(scoreCardView, _categoryCatalog, _scoringSystem, _diceManager);
|
||||
_scoreCardPresenter = new ScoreCardPresenter(scoreCardView, _gameLoopController, _categoryCatalog, _scoringSystem, _diceManager);
|
||||
_gameInfoPresenter = new GameInfoPresenter(gameInfoView);
|
||||
|
||||
_gameFlowPresenter = new GameFlowPresenter(
|
||||
|
||||
Reference in New Issue
Block a user