How do I end a players turn without having to make a move.

I'm trying to get my turn based games netcode working and I need to know how to end a players turn with the PunTurnManager without having to call SendMove. I thought I saw how to do it in the Rock Paper Scissors demo, but now I can't find it.

Answers

  • Also I have another question pertaining to the PunTurnManager that I just thought of. How do you make turns for CPU players?