Exemplo n.º 1
0
 public override void OnConnectedToPhoton()
 {
     Debug.Log("Connected to Photon");
     menuUI.Connect();
     //joinButton.interactable = true;
 }