예제 #1
0
    private void PlayMissSequence(int row, int column, bool showAnimation)
    {
        if (showAnimation)
        {
            screenController.AddSplash(row, column);
        }

        Audio.PlaySoundEffect(Resources.GameSound("Miss"));

        screenController.DrawAnimationSequence();
    }