Beispiel #1
0
 void OnTriggerEnter(Collider coll)
 {
     if (coll.tag == "Player")
     {
         Globe.SaveData();
     }
 }