[SerializeField] private letterSettings checkEmpty; // create an instance of letterSettings so we can retrieve the list of id's to be added

    void Awake()
    {
        checkEmpty = checkEmpty.GetComponent <letterSettings>();
    }
 void Start()
 {
     settings = settings.GetComponent <letterSettings>();
 }