Пример #1
0
    public void LoadRandomAffirmation()
    {
        string newText = lm.GetRandomValue();

        GameObject.Find("AffirmationText").GetComponent <Text>().text = newText;
    }