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)
        { }