Exemple #1
0
 public void SetText(LocalizationText _text, string _key)
 {
     _text.key = _key;
     _text.Init();
 }