AcademyPopcorn.UnpassableBlock.UnpassableBlock C# (CSharp) Метод

UnpassableBlock() публичный Метод

public UnpassableBlock ( AcademyPopcorn.MatrixCoords topLeft )
topLeft AcademyPopcorn.MatrixCoords
        public UnpassableBlock(MatrixCoords topLeft)
            : base(topLeft)
        {
            this.body[0,0] = ']';
        }
    }
UnpassableBlock