Example #1
0
 public static void init()
 {
     if (instance == null)
     {
         instance = new LocaleManager();
         instance.ReadJSON();
     }
 }