Ejemplo n.º 1
0
 public void RemoveUIText(LocalizatedText text)
 {
     texts.Remove(text);
 }
Ejemplo n.º 2
0
 public void AddUIText(LocalizatedText text)
 {
     texts.Add(text);
 }