Exemple #1
0
 public string get(string k)
 {
     return(isCategorySet() ? I18n.get(category, k) : I18n.get(k));
 }
Exemple #2
0
 void OnDestroy()
 {
     instance = null;
 }