SetCustomProperties (new Hashtable { { "IsAdmin", "Admin" } }); Hashtable playerCP = PhotonNetwork.LocalPlayer.CustomProperties; print(playerCP["IsAdmin"]);
確定! 回上一頁