示例#1
0
 void Start()
 {
     cp.AddLocalPlayer();
     cp.GetComponent <PhotonView>().RPC("UpdatePlayerList", RpcTarget.OthersBuffered, PhotonNetwork.NickName);
 }