Example #1
0
 void OnRoundEnd()
 {
     GasReactions.ResetReactionList();
     AtmosThread.ClearAllNodes();
     inGameNewPipes.Clear();
     StopSimulation();
 }
Example #2
0
 void OnRoundEnd()
 {
     AtmosThread.ClearAllNodes();
     inGameNewPipes.Clear();
     StopSimulation();
 }
Example #3
0
 void OnRoundEnd()
 {
     roundStartedServer = false;
     AtmosThread.ClearAllNodes();
     inGameNewPipes.Clear();
 }