public void FinalizeAbortedGame() { if (CloseTimer) { Network.Close(); GameState = GameStates.Finished; } }