FourthTry.LastFrame.LastFrame C# (CSharp) Method

LastFrame() public method

public LastFrame ( int firstBall, int secondBall, int thirdBall )
firstBall int
secondBall int
thirdBall int
        public LastFrame(int firstBall, int secondBall, int thirdBall)
            : base(firstBall, secondBall)
        {
            _thirdBall = thirdBall;
        }