예제 #1
0
 public static TestBlock Create(params string[] shape)
 {
     return(new TestBlock(BlockModel.FromShape(1, shape), 0, 0, BlockOrientation.Up));
 }