예제 #1
0
 public static Block CreateBlock(BlockType type)
 {
     return(Block.Create(type));
 }