示例#1
0
 public void ButtonClick()
 {
     gameplayLogic.RestartTime();
     gameplay.LoadLevel();
     StartCoroutine("DelayInteraction");
 }