void Awake()
 {
     LocScr.setLaguage(Application.systemLanguage.ToString());
     instance = this;
     roomIdx = 0;
     MyConst.init();
 }
Exemple #2
0
 void Awake()
 {
     LocScr.setLaguage(Application.systemLanguage.ToString());
     instance = this;
     roomIdx  = 0;
     MyConst.init();
 }