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