Hey, I am making a multiplayer card game. I am passing the cards that are played using RPC calls. So my question is, when a player plays a card and sends the card to everyone else. Some player gets disconnected at that exact moment. Will he get the card later or not? If not, Is there any other way to do it ?
↧