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

ExplodingBlock() 공개 메소드

public ExplodingBlock ( AcademyPopcorn.MatrixCoords topLeft ) : System.Collections.Generic
topLeft AcademyPopcorn.MatrixCoords
리턴 System.Collections.Generic
        public ExplodingBlock(MatrixCoords topLeft)
            : base(topLeft)
        {
            this.body[0, 0] = 'E';
        }