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