void Awake()
 {
     instance          = this;
     placesAddressSave = new Dictionary <long, string>();
     TryToLoadApi();
 }
Example #2
0
 void Awake()
 {
     instance = this;
     TryToLoadApi();
 }