using System.Collections.Generic; using UnityEngine; public class WordGenerator : MonoBehaviour { public List blocks; void Start () { } }