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