示例#1
0
 public bool addTrainForCurrentLineAtNode(GameObject NodeToSpawnAt, bool direction)
 {
     return(m_activeTransportLine.addTrain(NodeToSpawnAt, direction));
 }