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

GiftBlock() 공개 메소드

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