public void ResumeGame() { if (generateType == GenerateType.Auto) { StartCoroutine(Generate()); StartCoroutine(Move()); collection.Resume(); } }