AcademyPopcorn.Bullet.Bullet C# (CSharp) Method

Bullet() public method

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