public void EndGameTimeout(Color color) { stop = true; popup.SetText(color.ToString() + " won by timeout!"); popup.Show(); }