예제 #1
0
 void SpawnClientPlayer(int playerNum)
 {
     Debug.Log("Spawning client with playerNum " + playerNum);
     playerManager.ActivatePlayer(1, playerNum);
 }