Exemple #1
0
 public void TurnHandle(int id)
 {
     if (!handleTurned)
     {
         handleTurned = true;
         VOSequencer.ReplaceEvent("06_GREENHOUSE_draganddropfunnel_1");
     }
     feederPipes[id].UsePipe();
     currentState = GeneratorState.Ready;
     GenerateSeed(id);
     StartCoroutine(AddOrbitors(id));
 }