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