FourthTry.LastFrame.LastFrame C# (CSharp) 메소드

LastFrame() 공개 메소드

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;
        }