public void OnICEUpdate(ICEStatusBehaviour status) { Debug.Log("OnICEUpdate"); }
public void OnICEDepartedFromStation(ICEStatusBehaviour status) { Debug.Log("OnICEDepartedFromStation"); }
public void OnICEStationsHaveChanged(ICEStatusBehaviour status) { Debug.Log("OnICEStationsHaveChanged"); }
public void OnICEArrivedAtStation(ICEStatusBehaviour status) { Debug.Log("OnICEArrivedAtStation"); }