Пример #1
0
 public void ReportWinner()
 {
     //SHOW PLAYER STUFF
     winPanel.gameObject.SetActive(true);
     winPanel.ShowWinMessage(playerList[activePlayer].playerName);
     // Debug.Log(playerList[activePlayer].playerName +" has win this round!");
 }