Example #1
0
 public void Initialize()
 {
     _coroutineProvider.StartCoroutine(StartGame());
     _gameModel.Activate();
 }