Esempio n. 1
0
 void RpcReturnPlayer(float x, float y)
 {
     Debug.Log("trying to move players back to start");
     localPlayerComm.MoveTo(x, y);
 }