FourthTry.LastFrame.CalculateScore C# (CSharp) Method

CalculateScore() protected method

protected CalculateScore ( ) : int
return int
        protected override int CalculateScore()
        {
            return FirstBall + SecondBall + _thirdBall;
        }