예제 #1
0
    private void Start()
    {
        score.InitAllGraves(allGraves);
        SetUIDay();

        if (_playTutorial)
        {
            StartCoroutine(StartTutorial());
        }
        else
        {
            StartGame();
        }
    }