Exemple #1
0
 public void AddTrain()
 {
     if (allowAddTrain)
     {
         train.SetActive(true);
         trainManager.StartService();
     }
 }