Exemple #1
0
    private void Start()
    {
        SetupWidthAndHeight();
        SetupGrid();

        SetupTouchPoints();

        scoreManager.DisplayScore(Score);

        _fallManager.Initialize(this, Grid);
    }