AcademyPopcorn.ShootingRacket.ShootingRacket C# (CSharp) 메소드

ShootingRacket() 공개 메소드

public ShootingRacket ( MatrixCoords topLeft, int width ) : System.Collections.Generic
topLeft MatrixCoords
width int
리턴 System.Collections.Generic
        public ShootingRacket(MatrixCoords topLeft, int width)
            : base(topLeft, width)
        { }