Example #1
0
 public void AddPlayerOnList()
 {
     serverData.AddPlayer(PhotonNetwork.NickName);
     //serverData.AddPlayerPC(playerController);
 }