I'm developing a multiplayer card game. I'm using Photon Plugin, was wondering how I can share the value of a variable between peers (RaiseEvent?). I need to raffle a random card, and this card must be the same for all players (peers), the problem is that each peer that connects to the card is different.