Example #1
0
 public Block(string block)
 {
     this.BlockType = BlockProperties.ByName(block);
 }