private void PlayMissSequence(int row, int column, bool showAnimation) { if (showAnimation) { screenController.AddSplash(row, column); } Audio.PlaySoundEffect(Resources.GameSound("Miss")); screenController.DrawAnimationSequence(); }