Beispiel #1
0
    public void CreateParties()
    {
        CellScr.Shuffle(CellScr.mas);

        for (int i = 0; i < diceID.Length; i++)
        {
            AllCells[diceID[i] - 1].SetState(1);
            AllCells[diceID[i] - 1].GetRandom(i);
        }
    }