How do I send messages to different layouts in multiplayer?
I am trying to make a card game and one of the obstacles I am running into is sending a message across to a different layout.
For example, the host (player one) sets a global variable to his current card value "Player1CardValue" and wants to send it to a peer who is on a different layout, how do I send this message?