PhotonNetwork.OnEventCall unsubscribe Event

Options
We may add RaiseEvent like this:
PhotonNetwork.OnEventCall += this.OnEvent
But what way is correct for remove event? Same like this?
PhotonNetwork.OnEventCall -= this.OnEvent

Comments