Exemple #1
0
 public static GameObject GetStationNameObject(Station station)
 {
     return(GameObjectFinder.WithNameLowercasedContainingAndChildOf(STATION_OBJECT_NAME_CONTAINS, station.gameObject));
 }