public class TestPhoton : Photon.PunBehaviour { public PhotonView gameView; void Start() { gameView = this.GetComponent<PhotonView>() ...
確定! 回上一頁