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';
        }