Пример #1
0
 private void StartGame()
 {
     Controller?.NewGame();
     SpawnController?.Begin();
     StartCoroutine(AddMoneyRoutine);
 }