コード例 #1
0
    public void resetTurn()
    {
        Dice.diceroll = 0;



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