AcademyPopcorn.ShootingRacket.ShootingRacket C# (CSharp) Method

ShootingRacket() public method

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