예제 #1
0
    [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>();
    }
예제 #2
0
 void Start()
 {
     settings = settings.GetComponent <letterSettings>();
 }