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

Bullet() public méthode

public Bullet ( AcademyPopcorn.MatrixCoords topLeft )
topLeft AcademyPopcorn.MatrixCoords
        public Bullet(MatrixCoords topLeft)
            : base(topLeft, new char[,] { { '*' } }, new MatrixCoords(-1, 0))
        {
        }