コード例 #1
0
 public SquareTarget(Block topLeft)
 {
     TopLeft     = topLeft;
     TopRight    = TopLeft.GetRightBlock();
     BottomRight = TopRight.GetBottomBlock();
     BottomLeft  = BottomRight.GetLeftBlock();
 }