Esempio n. 1
0
 public void OnICEUpdate(ICEStatusBehaviour status)
 {
     Debug.Log("OnICEUpdate");
 }
Esempio n. 2
0
 public void OnICEDepartedFromStation(ICEStatusBehaviour status)
 {
     Debug.Log("OnICEDepartedFromStation");
 }
Esempio n. 3
0
 public void OnICEStationsHaveChanged(ICEStatusBehaviour status)
 {
     Debug.Log("OnICEStationsHaveChanged");
 }
Esempio n. 4
0
 public void OnICEArrivedAtStation(ICEStatusBehaviour status)
 {
     Debug.Log("OnICEArrivedAtStation");
 }