public void StartGame() { m_Food = Instantiate(FoodPrefab); Time.timeScale = 1; onStartGame.Invoke(); m_BugManager.CreateNewBugs(m_BugsCount); }