AcademyPopcorn.ShootingRacket.ShootingRacket C# (CSharp) Méthode

ShootingRacket() public méthode

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