Ejemplo n.º 1
0
 public void ChangeLocale(string locale)
 {
     if (tileObject != null)
     {
         tileObject.ChangeLocale(locale);
     }
 }