public void endTurn()
    {
        Dice.diceroll = 0;
        diceRolls     = 0;


        button.SetActive(false);
        action.text = "player " + UnityClient.currentPlayer + " turn";
        Debug.Log("New players Turn");
        multiplayerInfo.nextPlayerAndUpdate();
    }