示例#1
0
 public void ShowStationInfo(Station _station)
 {
     stationInfo.Show(_station.stationName, _station.canToilet, _station.canReversible, _station.canBeverageVending, _station.canSnackVending, _station.GetComponent <RectTransform>());
 }