Exemplo n.º 1
0
    void CheckIn()
    {
        if (outofresult)
        {
            return;
        }

        if (PlayerList.Count == 3)
        {
            DoRandom();
            Compare(PlayerList, RandomList);
            resetbutton.Active();
            outofresult = true;
        }
    }