Exemplo n.º 1
0
 public void ShowLetter(LettersText.Entry key, string text)
 {
     uiLetter.Show(key, text);
     StartCoroutine(DelayMessageAboutLetterBeingShown());
 }
Exemplo n.º 2
0
 public void Show(LettersText.Entry key, string text)
 {
     gameObject.SetActive(true);
     LetterTextMesh.text = text;
     this.key            = key;
 }