Ah! Thanks for the clarification. Maybe you can help me figure out a better solution to my current case then. I have a server and a client which both display a game board. When either player clicks on a tile on the board, I want it to change color for both players. It’s been easy to make it so that the server’s clicks change the color on the client, but it’s almost impossible for me to think of a way the client can make changes which reflect on the server’s colors as well, since the server “owns” the actor tiles.
Suggestions would be greatly appreciated!