Example #1
0
 public void ThrowTheDice()
 {
     if (PlayerSelection.isNetworkedGame)
     {
         nm_server.ThrowDice();
     }
     else
     {
         ShowDice();
         dice.ThrowDice();
     }
 }