Exemplo n.º 1
0
    private void AddBiscuitToMatrix(int x, int y, GameObject cookie)
    {
        CompleteClosedSides(x, y, cookie);

        // if not in multiplayer mode
        if (sfs == null)
        {
            biscuitMatrix.SetBiscuitOnPosition(cookie);
        }
    }