private void BeginGame() { baseGridInstance = Instantiate(baseGridPrefab) as BaseGrid; StartCoroutine(baseGridInstance.Generate()); }