Exemple #1
0
 private void Start()
 {
     appHandler    = FindObjectOfType <AppHandler>();
     locationDatas = appHandler.GetJSON();
 }