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