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