Exemplo n.º 1
0
    void Start()
    {
        leftTextTM   = leftText.GetComponent <TextMeshProUGUI>();
        rightTextTM  = rightText.GetComponent <TextMeshProUGUI>();
        leftTitleTM  = leftTitle.GetComponent <TextMeshProUGUI>();
        rightTitleTM = rightTitle.GetComponent <TextMeshProUGUI>();

        Illness.Initialize();

        numPag = 1;
        SetText(numPag);
    }