Example #1
0
 // -------------------------------------------------------------------------------------
 // Public Funtion
 public override void InitCanvas()
 {
     m_Player1Score.text = "0";
     m_Player2Score.text = "0";
     m_UIBoard.Refresh(DataManager.BoardSize.GetHashCode());
     m_UndoButton.gameObject.SetActive(false);
     m_GameController.InitGame();
 }