Exemple #1
0
 // Nathan wrote this
 // saves the road to a binary file
 public void saveRoad()
 {
     RoadVizSaveSystem.saveRoad(this);
 }
 public void onSavePress()
 {
     RoadVizSaveSystem.saveRoad(GameObject.Find("Road").GetComponent <Road>());
 }