Beispiel #1
0
 public void rpcResult(int winnerId)
 {
     Debug.Log("winnerId: " + winnerId);
     if (winnerId == Play.Player.ActorID)
     {
         ui.showWin();
     }
     else
     {
         ui.showLose();
     }
 }