Esempio n. 1
0
 void Awake()
 {
     instance          = this;
     placesAddressSave = new Dictionary <long, string>();
     TryToLoadApi();
 }
Esempio n. 2
0
 void Awake()
 {
     instance = this;
     TryToLoadApi();
 }