AcademyPopcorn.Explosion.Explosion C# (CSharp) 메소드

Explosion() 공개 메소드

public Explosion ( AcademyPopcorn.MatrixCoords topLeft, char body, AcademyPopcorn.MatrixCoords speed )
topLeft AcademyPopcorn.MatrixCoords
body char
speed AcademyPopcorn.MatrixCoords
        public Explosion(MatrixCoords topLeft, char[,] body, MatrixCoords speed)
            : base(topLeft, body, speed)
        {
            this.IsDestroyed = true;
        }