Beispiel #1
0
 public void onButtonClick()
 {
     Debug.Log("进入Game Over");
     //  GameResult.showGameWinPanel();
     //GameResult.showGameOverPanel();
     msgShowText.ShowMsg(2);
 }
Beispiel #2
0
 public void ShowMsg(int index)
 {
     msg.ShowMsg(index);
 }